Difference between revisions of "Programrating table"
From MythTV Official Wiki
Goldfishbot (talk | contribs) (Added to Category:DB Table) |
|||
Line 1: | Line 1: | ||
The '''programrating''' table contains rating classifications and the classifying body for rated shows (usually movies) listed in the [[program table]]. Eg. in the UK, the rating body is the British Board of Film Classification ([http://www.bbfc.co.uk/ BBFC]) and the ratings that may be used are U, PG, 12, 12A, 15, 18 and R18. | The '''programrating''' table contains rating classifications and the classifying body for rated shows (usually movies) listed in the [[program table]]. Eg. in the UK, the rating body is the British Board of Film Classification ([http://www.bbfc.co.uk/ BBFC]) and the ratings that may be used are U, PG, 12, 12A, 15, 18 and R18. | ||
+ | |||
+ | == 0.20-fixes Version == | ||
+ | |||
+ | {| border=1 style="background:#D6DFE7" | ||
+ | !Field !! Type !! Null !! Key !! Default !! Extra | ||
+ | |- | ||
+ | || chanid || int(10) unsigned || || PRI || 0 || | ||
+ | |- | ||
+ | || starttime || datetime || || PRI || 0000-00-00 00:00:00 || | ||
+ | |- | ||
+ | || system || char(8) || || PRI || || | ||
+ | |- | ||
+ | || rating || char(8) || || PRI || || | ||
+ | |} | ||
+ | |||
[[Category:DB Table]] | [[Category:DB Table]] |
Revision as of 01:32, 23 February 2007
The programrating table contains rating classifications and the classifying body for rated shows (usually movies) listed in the program table. Eg. in the UK, the rating body is the British Board of Film Classification (BBFC) and the ratings that may be used are U, PG, 12, 12A, 15, 18 and R18.
0.20-fixes Version
Field | Type | Null | Key | Default | Extra |
---|---|---|---|---|---|
chanid | int(10) unsigned | PRI | 0 | ||
starttime | datetime | PRI | 0000-00-00 00:00:00 | ||
system | char(8) | PRI | |||
rating | char(8) | PRI |