Commit f1c6e825 authored by 他是超人他会飞's avatar 他是超人他会飞 Committed by 铭飞
Browse files

!165 修改自定义字段数据值默认空

Merge pull request !165 from 他是超人他会飞/4.7.0
parents 77cf737e ba9fc4e0
Showing with 1 addition and 1 deletion
+1 -1
......@@ -680,7 +680,7 @@ DROP TABLE IF EXISTS `mdiy_dict`;
CREATE TABLE `mdiy_dict` (
`dict_id` int(11) NOT NULL AUTO_INCREMENT COMMENT '编号',
`app_id` int(11) NULL DEFAULT NULL COMMENT '应用编号',
`dict_value` varchar(100) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT '数据值',
`dict_value` varchar(100) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT '数据值',
`dict_label` varchar(100) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT '标签名',
`dict_type` varchar(100) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT '类型',
`dict_description` varchar(100) CHARACTER SET utf8 COLLATE utf8_bin NULL DEFAULT NULL COMMENT '描述',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment