PROJECT OPTIONS
Conversion - Recreate
Incrementing columns option defines if you want to preserve column attribute automatically generating incremental values. Nowadays this is typically defined via IDENTITY attribute but some databases have different clauses for this.
Default values option defines if you wish to preserve DEFAULT values column attribute.
Column nullability allows you to force NULL or NOT NULL constraint on all columns in all tables at once.
