新增mysql支持

This commit is contained in:
aoshiguchen
2022-12-05 16:26:49 +08:00
parent 915f667a56
commit 8ba617c724
11 changed files with 308 additions and 9 deletions
@@ -0,0 +1,3 @@
#license
INSERT INTO license(`id`, `name`, `key`, `user_id`, `is_online`, `enable`, `create_time`, `update_time`) VALUES
(1, '我的mac', 'b0a907332b474b25897c4dcb31fc7eb6', 1, 2, 1, now(), now());