Skip to content

Commit

Permalink
chore: 修改 sys_option sql 脚本以适配 base64 图片
Browse files Browse the repository at this point in the history
  • Loading branch information
jskils authored and Charles7c committed Jul 31, 2024
1 parent 7b381b3 commit 6848559
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,8 @@ CREATE TABLE IF NOT EXISTS `gen_field_config` (
`create_time` datetime NOT NULL COMMENT '创建时间',
INDEX `idx_table_name`(`table_name`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COMMENT='字段配置表';

-- changeset kils:3.2.0-1
ALTER TABLE `sys_option`
MODIFY COLUMN `value` longtext DEFAULT NULL COMMENT '',
MODIFY COLUMN `default_value` longtext DEFAULT NULL COMMENT '默认值';

0 comments on commit 6848559

Please sign in to comment.