Files
neutrino-proxy/neutrino-proxy-server/src/main/resources/sql/mysql/domain_name.data.sql
T
2024-07-22 23:20:51 +08:00

4 lines
224 B
SQL

#域名表
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());