removed legacy
This commit is contained in:
@@ -164,11 +164,11 @@ pub struct ColumnDefinition {
|
||||
#[prost(string, tag = "2")]
|
||||
pub field_type: ::prost::alloc::string::String,
|
||||
/// MONEY rounding applied before a value is stored.
|
||||
#[prost(enumeration = "MoneyRounding", tag = "4")]
|
||||
#[prost(enumeration = "MoneyRounding", tag = "3")]
|
||||
pub rounding: i32,
|
||||
/// When true, this numeric column is server-owned and projected from the
|
||||
/// profile quantity ledger.
|
||||
#[prost(bool, tag = "5")]
|
||||
#[prost(bool, tag = "4")]
|
||||
pub quantity_ledger: bool,
|
||||
}
|
||||
/// Response after table creation (success + DDL preview).
|
||||
|
||||
Reference in New Issue
Block a user