Schema alterations
You can alter a table’s schema in the following ways:
-
Rename the table
-
Rename primary key columns
-
Rename, add, or drop non-primary key columns
-
Add and drop range partitions
Multiple alteration steps can be combined in a single transactional operation.