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