aliasing now move column position also
This commit is contained in:
@@ -70,6 +70,9 @@ pub struct TableColumn {
|
||||
/// True when clients may offer this column in an alias rename picker.
|
||||
#[prost(bool, tag = "9")]
|
||||
pub renameable: bool,
|
||||
/// Stable public identity of a managed user column. Zero for system columns.
|
||||
#[prost(int64, tag = "10")]
|
||||
pub column_id: i64,
|
||||
}
|
||||
/// Generated client implementations.
|
||||
pub mod table_structure_service_client {
|
||||
|
||||
Reference in New Issue
Block a user