docs: update primary key comment (#89)

Documents that primary_key holds ids of columns.
This commit is contained in:
Yingwen
2023-08-28 17:24:10 +08:00
committed by GitHub
parent 3b5a687da5
commit ec2d346e09
+1 -1
View File
@@ -79,7 +79,7 @@ message CreateRequest {
string engine = 2; string engine = 2;
// Columns in this region. // Columns in this region.
repeated ColumnDef column_defs = 3; repeated ColumnDef column_defs = 3;
// Columns in the primary key. // Id of columns in the primary key.
repeated uint32 primary_key = 4; repeated uint32 primary_key = 4;
// Create region if not exists. // Create region if not exists.
bool create_if_not_exists = 5; bool create_if_not_exists = 5;