with index get column dep. removed

This commit is contained in:
Priec
2026-07-15 18:34:02 +02:00
parent 4b12635063
commit 1a189363b8
8 changed files with 24 additions and 24 deletions

View File

@@ -126,10 +126,9 @@ message ColumnDefinition {
// s ≤ p and p ≥ 1.
string field_type = 2;
// Once initially stored, this column can never be changed.
bool immutable = 3;
reserved 3;
// MONEY rounding applied before an immutable value is initially stored.
// MONEY rounding applied before a value is stored.
MoneyRounding rounding = 4;
}