IDENTITY-COLUMN XFD directive

The IDENTITY-COLUMN XFD directive allows you to define an identity column in your database.

You must only specify this directive on a numeric field, and the column start number and incremental value will assume the database's defaults.

If you specify this directive on more than one numeric field, all but the first directive is ignored. If you specify the directive on a non-numeric field, a warning message is generated.