mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-30 03:07:59 +08:00
2 lines
135 B
MySQL
2 lines
135 B
MySQL
|
ALTER TABLE `goploy`.`server`
|
||
|
ADD COLUMN `os_info` varchar(255) NOT NULL DEFAULT '' COMMENT 'os|cpu cores|mem' AFTER `description`;
|