mirror of
https://gitee.com/dromara/mayfly-go
synced 2025-11-08 02:10:24 +08:00
3 lines
156 B
MySQL
3 lines
156 B
MySQL
|
|
ALTER TABLE `t_db_instance`
|
||
|
|
MODIFY `port` int (8) NULL comment '数据库端口',
|
||
|
|
MODIFY `username` varchar (255) NULL comment '数据库用户名';
|