accounts are strings in the client side
This commit is contained in:
@@ -46,14 +46,14 @@ message GetTableStructureResponse {
|
||||
message TableStructureResponse {
|
||||
// Columns of the physical table, including system columns (id, deleted,
|
||||
// created_at, row_revision), user-defined columns, and any foreign-key columns such as
|
||||
// named by whoever declared each link, plus the dedicated "account_id" on
|
||||
// named by whoever declared each link, plus the dedicated "account" on
|
||||
// ACCOUNTING-enabled tables. May be empty if the physical table is missing.
|
||||
repeated TableColumn columns = 1;
|
||||
}
|
||||
|
||||
// One physical column entry as reported by information_schema.
|
||||
message TableColumn {
|
||||
// Column name exactly as defined in PostgreSQL.
|
||||
// Public column name. Physical account_id columns are exposed as account.
|
||||
string name = 1;
|
||||
|
||||
// Normalized data type string derived from information_schema:
|
||||
|
||||
Reference in New Issue
Block a user