PrimaryKeyType specifies the type of the primary key.
Enumeration values
INTEGER
STRING
BINARY
enum PrimaryKeyType {
INTEGER = 1;
STRING = 2;
BINARY = 3;
}
PrimaryKeyType specifies the type of the primary key.
INTEGER
STRING
BINARY
enum PrimaryKeyType {
INTEGER = 1;
STRING = 2;
BINARY = 3;
}