mirror of
https://gitee.com/iteaj/iboot.git
synced 2026-09-01 15:26:10 +08:00
3 lines
91 B
SQL
3 lines
91 B
SQL
alter table iot_device_model
|
|
add logo varchar(128) null comment 'logo地址' after id;
|