finish update

This commit is contained in:
xiaomlove
2021-02-02 00:41:36 +08:00
parent 5ce5fc3e99
commit b14a9833af
4 changed files with 3 additions and 57 deletions

View File

@@ -1665,7 +1665,7 @@ DROP TABLE IF EXISTS `settings`;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `settings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`name` varchar(255) NOT NULL DEFAULT '',
`value` mediumtext,
`created_at` datetime DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,