Skip to content

Commit 596c2e2

Browse files
committed
fix sql error
1 parent c9e63d1 commit 596c2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/dimple.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,9 +733,9 @@ create table sys_notice
733733
(
734734
id int(4) not null auto_increment comment '公告ID',
735735
notice_title varchar(50) not null comment '公告标题',
736+
target tinyint default 1 comment '公告目标,1表示后台,2表示博客系统',
736737
notice_type char(1) not null comment '公告类型(1通知 2公告)',
737738
notice_content longblob default null comment '公告内容',
738-
target tinyint default 1 comment '公告目标,1表示后台,2表示博客系统',
739739
status char(1) default '0' comment '公告状态(0正常 1关闭)',
740740
create_by varchar(64) default '' comment '创建者',
741741
create_time datetime comment '创建时间',

0 commit comments

Comments
 (0)