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

@@ -73,9 +73,8 @@ message TableColumn {
// Typically true for the "id" column created by the system.
bool is_primary_key = 4;
// True for a user-defined column whose logic should be recomputed whenever
// one of its dependencies changes. False for system and foreign-key columns.
reserved 5;
// True when this column is projected from the profile quantity ledger.
bool quantity_ledger = 5;
// True when the server created this as a companion of another logical column.
bool generated = 6;