comparison tableStruct.inc.php @ 115:7a64d5e3baee

mod: キーワード検索を整理
author yoneda <epgrec@park.mda.or.jp>
date Sat, 13 Mar 2010 23:00:51 +0900
parents f854f6606fa5
children 9c5e597ef6c6
comparison
equal deleted inserted replaced
114:f854f6606fa5 115:7a64d5e3baee
18 "job integer not null default '0',". // job 18 "job integer not null default '0',". // job
19 "path blob default null,". // 牙祉<ゃ 19 "path blob default null,". // 牙祉<ゃ
20 "complete boolean not null default '0',". // 絎篋 20 "complete boolean not null default '0',". // 絎篋
21 "reserve_disc varchar(128) not null default 'none',". // 茘ョhash 21 "reserve_disc varchar(128) not null default 'none',". // 茘ョhash
22 "autorec integer not null default '0',". // 若若ID 22 "autorec integer not null default '0',". // 若若ID
23 "mode integer not null default '0',". //牙祉≪若 23 "mode integer not null default '0',". // 牙祉≪若
24 "index reserve_ch_idx (channel_disc),". // ゃ潟 24 "index reserve_ch_idx (channel_disc),". // ゃ潟
25 "index reserve_st_idx (starttime)". 25 "index reserve_st_idx (starttime)".
26 "" 26 ""
27 ); 27 );
28 28