removing recomputation
This commit is contained in:
@@ -55,10 +55,6 @@ pub struct TableColumn {
|
||||
/// Typically true for the "id" column created by the system.
|
||||
#[prost(bool, tag = "4")]
|
||||
pub is_primary_key: bool,
|
||||
/// True for a user-defined column whose logic should be recomputed whenever
|
||||
/// one of its dependencies changes. False for system and foreign-key columns.
|
||||
#[prost(bool, tag = "5")]
|
||||
pub recompute_on_dependency_change: 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