News

I'm trying to remove the DEFAULT value from some mediumint and int columns in a MyISAM table.ALTER TABLE `table_name` ALTER COLUMN `column_name` DROP DEFAULT;MySQL says that this query is executed ...