qunatity ledger in table definition
This commit is contained in:
@@ -55,6 +55,9 @@ pub struct TableColumn {
|
||||
/// Typically true for the "id" column created by the system.
|
||||
#[prost(bool, tag = "4")]
|
||||
pub is_primary_key: bool,
|
||||
/// True when this column is projected from the profile quantity ledger.
|
||||
#[prost(bool, tag = "5")]
|
||||
pub quantity_ledger: bool,
|
||||
/// True when the server created this as a companion of another logical column.
|
||||
#[prost(bool, tag = "6")]
|
||||
pub generated: bool,
|
||||
|
||||
Reference in New Issue
Block a user