适配mariadb

This commit is contained in:
aoshiguchen
2023-06-08 21:58:39 +08:00
parent f88bbb53cb
commit 0d997bbe92
11 changed files with 306 additions and 15 deletions
@@ -0,0 +1,3 @@
#port_group
INSERT INTO `port_group`(`id`,`name`,`possessor_type`,`possessor_id`,`enable`,`create_time`,`update_time`) VALUES
(1, '全局(默认)', 0, -1, 1, now(), now());