PrimaryKeyOption specifies the attribute value of the primary key. Currently, it only supports AUTO_INCREMENT.

Enumeration value list

enum PrimaryKeyOption {
    AUTO_INCREMENT = 1;
}