docs: update primary key comment (#89)
Documents that primary_key holds ids of columns.
This commit is contained in:
@@ -79,7 +79,7 @@ message CreateRequest {
|
||||
string engine = 2;
|
||||
// Columns in this region.
|
||||
repeated ColumnDef column_defs = 3;
|
||||
// Columns in the primary key.
|
||||
// Id of columns in the primary key.
|
||||
repeated uint32 primary_key = 4;
|
||||
// Create region if not exists.
|
||||
bool create_if_not_exists = 5;
|
||||
|
||||
Reference in New Issue
Block a user