aliasing now move column position also

This commit is contained in:
Priec
2026-08-14 21:23:14 +02:00
parent 5792a1f533
commit c3f5046c85
17 changed files with 164 additions and 86 deletions

View File

@@ -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 {