mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-16 10:12:58 +00:00
* feat: add `ModifyColumn` for `AlterKind` * chore: additional code comments for `AlterKind::ModifyColumns` * fix: add nullable check on `ModifyColumn` * style: codefmt * style: fix the code based on review suggestions * style: fix the code based on review suggestions * style: rename `ModifyColumn` -> `ChangeColumnType` * style: code fmt * style: `change_columns_type` -> `change_column_types`