multiclient setup2
This commit is contained in:
@@ -25,7 +25,7 @@ pub struct GetTableStructureResponse {
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
pub struct TableStructureResponse {
|
||||
/// Columns of the physical table, including system columns (id, deleted,
|
||||
/// created_at), user-defined columns, and any foreign-key columns such as
|
||||
/// created_at, row_revision), user-defined columns, and any foreign-key columns such as
|
||||
/// "\<linked_table>\_id". May be empty if the physical table is missing.
|
||||
#[prost(message, repeated, tag = "1")]
|
||||
pub columns: ::prost::alloc::vec::Vec<TableColumn>,
|
||||
|
||||
Reference in New Issue
Block a user