mysql 新增字段

ALTER TABLE 表名 add `字段名` tinyint(1) NOT NULL DEFAULT '0' COMMENT ' ' AFTER `字段名`;

原文地址:https://www.cnblogs.com/pcx105/p/11551859.html