sqlite初始化脚本及增量脚本 增加描述字段

This commit is contained in:
Yohanes
2023-04-05 19:52:39 +08:00
parent a5c568392b
commit 480867e655
4 changed files with 11 additions and 8 deletions
@@ -69,6 +69,7 @@ CREATE TABLE IF NOT EXISTS `port_mapping` (
`client_ip` VARCHAR(20) NOT NULL,
`client_port` INTEGER NOT NULL,
`is_online` INTEGER(2) NOT NULL,
`description` VARCHAR(100) DEFAULT NULL,
`enable` INTEGER(2) NOT NULL,
`create_time` INTEGER(20) NOT NULL,
`update_time` INTEGER(20) NOT NULL