accounts are strings in the client side

This commit is contained in:
Priec
2026-08-08 20:30:57 +02:00
parent 7db328ca2b
commit a7b8d2021a
10 changed files with 69 additions and 81 deletions

View File

@@ -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: