create table s7_ note
(
id mediumint unsigned not null auto_ inc rement c omment 'Id',
title varchar(100) not null
# title varchar(100) not null comment '標題', content longtext not null comment '內容', addtime datetime not null default current_timestamp comment '新增時間', not , primary key(id))engine=InnoDB default charset utf8 comment '留言表';