All Questions
1 question
2
votes
1
answer
954
views
Altering a Partitioned Table
I can't find info online about this.
What are the best way to alter a table that is already partitioned?
should I just use the normal
UPDATE `table` MODIFY COLUMN `column_name` TINYINT(1) DEFAULT 1 ...