Mercurial > epgrec.yaz
diff tableStruct.inc.php @ 142:481e789605e3
mod: EPG???????????????????????????????
| author | epgrec@park.mda.or.jp <yoneda@recorder.localnet.mda.or.jp> |
|---|---|
| date | Sun, 21 Mar 2010 16:42:58 +0900 |
| parents | 9c5e597ef6c6 |
| children |
line wrap: on
line diff
--- a/tableStruct.inc.php Sun Mar 21 00:00:58 2010 +0900 +++ b/tableStruct.inc.php Sun Mar 21 16:42:58 2010 +0900 @@ -21,6 +21,7 @@ "reserve_disc varchar(128) not null default 'none',". // 識別用hash "autorec integer not null default '0',". // キーワードID "mode integer not null default '0',". // 録画モード + "dirty boolean not null default '0',". // ダーティフラグ "index reserve_ch_idx (channel_disc),". // インデックス "index reserve_st_idx (starttime)". "" @@ -74,8 +75,8 @@ "category_id integer not null default '0',". // カテゴリID "use_regexp boolean not null default '0',". // 正規表現を使用するなら1 "autorec_mode integer not null default '0',". // 自動録画のモード02/23/2010追加 - "weekofday enum ('0','1','2','3','4','5','6','7' ) default '7'".// 曜日、同追加 - ",prgtime enum ('0','1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24') default '24'". // 時間 03/13/2010追加 + "weekofday enum ('0','1','2','3','4','5','6','7' ) not null default '7'".// 曜日、同追加 + ",prgtime enum ('0','1','2','3','4','5','6','7','8','9','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24') not null default '24'". // 時間 03/13/2010追加 "" ); @@ -87,4 +88,4 @@ "" ); -?> \ No newline at end of file +?>
