qunatity ledger in table definition
This commit is contained in:
@@ -166,6 +166,10 @@ pub struct ColumnDefinition {
|
||||
/// MONEY rounding applied before a value is stored.
|
||||
#[prost(enumeration = "MoneyRounding", tag = "4")]
|
||||
pub rounding: i32,
|
||||
/// When true, this numeric column is server-owned and projected from the
|
||||
/// profile quantity ledger.
|
||||
#[prost(bool, tag = "5")]
|
||||
pub quantity_ledger: bool,
|
||||
}
|
||||
/// Response after table creation (success + DDL preview).
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user