with index get column dep. removed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user