Specifies the attribute value of a primary key. Only AUTO_INCREMENT is supported.
Enumeration values
AUTO_INCREMENT specifies an auto-increment primary key column.
enum PrimaryKeyOption {
AUTO_INCREMENT = 1;
}
Specifies the attribute value of a primary key. Only AUTO_INCREMENT is supported.
AUTO_INCREMENT specifies an auto-increment primary key column.
enum PrimaryKeyOption {
AUTO_INCREMENT = 1;
}