qunatity ledger in table definition

This commit is contained in:
Priec
2026-07-29 20:25:24 +02:00
parent 7da9b6fe1e
commit 06447e13f3
12 changed files with 23 additions and 8 deletions

View File

@@ -197,7 +197,9 @@ message ColumnDefinition {
// MONEY rounding applied before a value is stored.
MoneyRounding rounding = 4;
reserved 5;
// When true, this numeric column is server-owned and projected from the
// profile quantity ledger.
bool quantity_ledger = 5;
}
// Response after table creation (success + DDL preview).