Favorites table
From MythTV
- The correct title of this article is favorites table. It appears incorrectly here due to technical restrictions.
The favourites table contains a list of user defined favorite channels which may be displayed in the EPG.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| favid | int(11) unsigned | NO | PRI | NULL | auto_increment |
| userid | int(11) unsigned | NO | 0 | ||
| chanid | int(11) unsigned | NO | 0 |
[edit]
Fields
- favid is a unique identifier for the entries in the table.
- chanid relates to the chanid field of the channel table.
