phonenumber api adjustement
This commit is contained in:
@@ -58,6 +58,15 @@ pub struct TableColumn {
|
||||
/// 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,
|
||||
/// True when clients must not submit edits for this column.
|
||||
#[prost(bool, tag = "7")]
|
||||
pub read_only: bool,
|
||||
/// Logical source column name, empty for ordinary and system columns.
|
||||
#[prost(string, tag = "8")]
|
||||
pub generated_from: ::prost::alloc::string::String,
|
||||
}
|
||||
/// Generated client implementations.
|
||||
pub mod table_structure_service_client {
|
||||
|
||||
Reference in New Issue
Block a user