mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-04-23 10:58:34 +08:00
3 lines
90 B
SQL
3 lines
90 B
SQL
ALTER TABLE `sys_oss`
|
|
ADD COLUMN `ext1` text NULL COMMENT '扩展属性' AFTER `url`;
|