mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: 支持mysql
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE `sys_settings` (
|
||||
`id` bigint NOT NULL PRIMARY KEY AUTO_INCREMENT,
|
||||
`user_id` bigint NOT NULL,
|
||||
`key` varchar(100) NOT NULL,
|
||||
`title` varchar(100) NOT NULL,
|
||||
`setting` varchar(1024),
|
||||
`create_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
Reference in New Issue
Block a user