auto recomputation fields are now available
This commit is contained in:
@@ -91,6 +91,11 @@ pub struct ColumnDefinition {
|
||||
/// MONEY rounding applied before a value is stored.
|
||||
#[prost(enumeration = "MoneyRounding", tag = "4")]
|
||||
pub rounding: i32,
|
||||
/// When true, the submitted script result is validated normally and the
|
||||
/// stored value is also refreshed when one of its dependencies later changes.
|
||||
#[prost(bool, tag = "5")]
|
||||
#[serde(default)]
|
||||
pub recompute_on_dependency_change: bool,
|
||||
}
|
||||
/// Response after table creation (success + DDL preview).
|
||||
#[derive(serde::Serialize, serde::Deserialize)]
|
||||
|
||||
Reference in New Issue
Block a user