mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-03-10 00:31:10 +08:00
4 lines
125 B
SQL
4 lines
125 B
SQL
ALTER TABLE gen_table ADD (data_name VARCHAR2(200) DEFAULT '');
|
|
|
|
COMMENT ON COLUMN gen_table.data_name IS '数据源名称';
|