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

@@ -87,4 +87,7 @@ message TableColumn {
// True when clients may offer this column in an alias rename picker.
bool renameable = 9;
// Stable public identity of a managed user column. Zero for system columns.
int64 column_id = 10;
}