Mercurial > epgrec.yaz
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 136:6754b6aa50cf | 142:481e789605e3 |
|---|---|
| 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 "dirty boolean not null default '0',". // ダーティフラグ | |
| 24 "index reserve_ch_idx (channel_disc),". // インデックス | 25 "index reserve_ch_idx (channel_disc),". // インデックス |
| 25 "index reserve_st_idx (starttime)". | 26 "index reserve_st_idx (starttime)". |
| 26 "" | 27 "" |
| 27 ); | 28 ); |
| 28 | 29 |
| 72 "type varchar(8) not null default '*',". // 種別 | 73 "type varchar(8) not null default '*',". // 種別 |
| 73 "channel_id integer not null default '0',". // channel ID | 74 "channel_id integer not null default '0',". // channel ID |
| 74 "category_id integer not null default '0',". // カテゴリID | 75 "category_id integer not null default '0',". // カテゴリID |
| 75 "use_regexp boolean not null default '0',". // 正規表現を使用するなら1 | 76 "use_regexp boolean not null default '0',". // 正規表現を使用するなら1 |
| 76 "autorec_mode integer not null default '0',". // 自動録画のモード02/23/2010追加 | 77 "autorec_mode integer not null default '0',". // 自動録画のモード02/23/2010追加 |
| 77 "weekofday enum ('0','1','2','3','4','5','6','7' ) default '7'".// 曜日、同追加 | 78 "weekofday enum ('0','1','2','3','4','5','6','7' ) not null default '7'".// 曜日、同追加 |
| 78 ",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追加 | 79 ",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追加 |
| 79 "" | 80 "" |
| 80 ); | 81 ); |
| 81 | 82 |
| 82 define( "LOG_STRUCT", | 83 define( "LOG_STRUCT", |
| 83 "id integer not null auto_increment primary key". // ID | 84 "id integer not null auto_increment primary key". // ID |
