table creation columns is now not accessed via raw sql
This commit is contained in:
@@ -19,7 +19,7 @@ message PostTableDefinitionRequest {
|
||||
|
||||
message ColumnDefinition {
|
||||
string name = 1;
|
||||
string data_type = 2;
|
||||
string field_type = 2;
|
||||
}
|
||||
|
||||
message TableDefinitionResponse {
|
||||
|
||||
Reference in New Issue
Block a user