维护数据库表结构

This commit is contained in:
suxiang
2024-07-22 23:20:51 +08:00
parent 8c455e5024
commit dcb59975da
3 changed files with 34 additions and 0 deletions
@@ -0,0 +1,3 @@
#
INSERT INTO domain_name(`id`, `domain`, `user_id`, `jks`, `key_store_password`, `is_default`, `force_https`, `enable`,`create_time`, `update_time`) VALUES
(1, 'default.fun', 1, null, null, 1, 2, 1, now(), now());