| #define SQT_PRIMARY_KEY_AUTO_INC | ( | COLUMN_NAME | ) |
Defines an autoincrement primary key with the specified column.
| COLUMN_NAME | The name of the column that forms the autoincrement primary key. |
This macro is similar to SQT_PRIMARY_KEY, except that it defines an autoincrement primary key.
The column's value type must be an integer type.
Example usage: