第一个插入数据成功

This commit is contained in:
eson
2020-07-07 12:04:05 +08:00
parent db782a3533
commit 8a0d71a34e
4 changed files with 37 additions and 6 deletions

View File

@@ -7,6 +7,8 @@ CREATE TABLE IF NOT EXISTS `platform_openrec` (
`source` longtext DEFAULT NULL,
`ext` json DEFAULT NULL,
`update_time` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
`operator` int DEFAULT 0,
KEY `operator_idx` (`operator`),
KEY `update_time_idx` (`update_time`),
KEY `target_type_idx` (`target_type`)
);