mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-08 16:32:46 +08:00
2 lines
139 B
Java
2 lines
139 B
Java
![]() |
-- 增加title 2022-05-17
|
||
|
alter table tb_article add column title varchar(100) NULL DEFAULT '默认值' COMMENT '注释' after sender_name;
|