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