You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-- ---------------------------- |
|
-- 增加资源编号字段 |
|
-- ---------------------------- |
|
ALTER TABLE `bladex`.`blade_oss` |
|
ADD COLUMN `oss_code` varchar(32) NULL COMMENT '资源编号' AFTER `category`;
|
|
|