update dbstructure.sql

This commit is contained in:
xiaomlove
2021-05-02 17:32:25 +08:00
parent 1b2a2ecf62
commit 66a4c22f73

View File

@@ -745,6 +745,7 @@ CREATE TABLE `exams` (
`filters` text COLLATE utf8mb4_unicode_ci,
`indexes` text COLLATE utf8mb4_unicode_ci NOT NULL,
`status` tinyint(4) NOT NULL DEFAULT '0',
`is_discovered` tinyint(4) NOT NULL DEFAULT '0',
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` timestamp NULL DEFAULT NULL,
PRIMARY KEY (`id`)
@@ -2667,4 +2668,4 @@ UNLOCK TABLES;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2021-04-30 1:17:11
-- Dump completed on 2021-05-02 17:30:56