Structs§
- Column ID is the unique identifier of a column in a table. Different from table ID, column ID is not globally unique.
Enums§
Functions§
- FIXME: perhapts we should use sth like
ColumnIdGenerator::new_alter
, However, theSourceVersion
is problematic: It doesn’t containnext_col_id
. (But for now this isn’t a large problem, since drop column is not allowed for source yet..)