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

@@ -88,10 +88,7 @@ pub struct ColumnDefinition {
/// s ≤ p and p ≥ 1.
#[prost(string, tag = "2")]
pub field_type: ::prost::alloc::string::String,
/// Once initially stored, this column can never be changed.
#[prost(bool, tag = "3")]
pub immutable: bool,
/// MONEY rounding applied before an immutable value is initially stored.
/// MONEY rounding applied before a value is stored.
#[prost(enumeration = "MoneyRounding", tag = "4")]
pub rounding: i32,
}