saving proto changes
This commit is contained in:
@@ -10,8 +10,15 @@ service TableDefinition {
|
||||
|
||||
message PostTableDefinitionRequest {
|
||||
string table_name = 1;
|
||||
repeated string columns = 2;
|
||||
repeated ColumnDefinition columns = 2;
|
||||
repeated string indexes = 3;
|
||||
string profile_name = 4;
|
||||
optional string linked_table_name = 5;
|
||||
}
|
||||
|
||||
message ColumnDefinition {
|
||||
string name = 1;
|
||||
string data_type = 2;
|
||||
}
|
||||
|
||||
message TableDefinitionResponse {
|
||||
|
||||
Reference in New Issue
Block a user