Videogenre table
From MythTV
- The correct title of this article is videogenre table. It appears incorrectly here due to technical restrictions.
The videogenre table contains the genres used by MythVideo.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| intid | int(10) unsigned | PRI | NULL | auto_increment | |
| genre | varchar(128) |
[edit]
Fields
- initid is a unique identifier for entires in this table. The idgenre field of the videometadatagenre table relates to this field.
- genre is the name of the genre.
