We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e63d1 commit 596c2e2Copy full SHA for 596c2e2
sql/dimple.sql
@@ -733,9 +733,9 @@ create table sys_notice
733
(
734
id int(4) not null auto_increment comment '公告ID',
735
notice_title varchar(50) not null comment '公告标题',
736
+ target tinyint default 1 comment '公告目标,1表示后台,2表示博客系统',
737
notice_type char(1) not null comment '公告类型(1通知 2公告)',
738
notice_content longblob default null comment '公告内容',
- target tinyint default 1 comment '公告目标,1表示后台,2表示博客系统',
739
status char(1) default '0' comment '公告状态(0正常 1关闭)',
740
create_by varchar(64) default '' comment '创建者',
741
create_time datetime comment '创建时间',
0 commit comments