ALTER TABLE `table_name`
add M1 smallint(6) DEFAULT NULL,
add M2 smallint(6) DEFAULT NULL,
add M3 smallint(6) DEFAULT NULL;

相关文章: