CodeSnippet/sql/add_column.sql

5 lines
360 B
SQL
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ALTER TABLE `BInfo` ADD `buId` INT(11) DEFAULT '0' COMMENT ' 事业群id';
ALTER TABLE `SharkPushConfig` ADD `status` INT(11) DEFAULT '0' COMMENT ' 命令字状态';
ALTER TABLE `BInfo` ADD `appUnionId` VARCHAR(2048) DEFAULT '0' NOT NULL COMMENT ' 公司范围内appid唯一标识';
ALTER TABLE `BInfo` ADD `extInfo` TEXT DEFAULT '' COMMENT '扩展信息';