create table s7_ note
(
id mediaint unsigned not null auto_ inc rement co ment 'Id',
title varchar(100) not null comment 'title ',
content longtext not null コメント 'content',
addtime datetime not null デフォルト current_timestamp コメント '追加時刻',
ip int not null コメント 'IP アドレス' ,
主キー(id)
)engine=InnoDB デフォルトの文字セット utf8 コメント 'メッセージ テーブル';