accounting as table defined
This commit is contained in:
Binary file not shown.
@@ -143,6 +143,9 @@ pub mod profile_tree_response {
|
||||
/// Column whose value is used as the human-readable row label.
|
||||
#[prost(string, tag = "4")]
|
||||
pub row_display_column: ::prost::alloc::string::String,
|
||||
/// "dynamic" for user-defined tables, "system" for backend-managed tables.
|
||||
#[prost(string, tag = "5")]
|
||||
pub table_kind: ::prost::alloc::string::String,
|
||||
}
|
||||
/// Profile (schema) entry.
|
||||
#[derive(Clone, PartialEq, ::prost::Message)]
|
||||
@@ -252,6 +255,8 @@ pub struct TableDetail {
|
||||
::prost::alloc::string::String,
|
||||
ColumnBehavior,
|
||||
>,
|
||||
#[prost(string, tag = "8")]
|
||||
pub table_kind: ::prost::alloc::string::String,
|
||||
}
|
||||
/// Server-owned behavior for one logical column returned in table details.
|
||||
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
|
||||
|
||||
Reference in New Issue
Block a user