Videocategory table
From MythTV
- The correct title of this article is videocategory table. It appears incorrectly here due to technical restrictions.
The videocategory table contains the user defined categories in MythVideo.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| intid | int(10) unsigned | PRI | NULL | auto_increment | |
| category | varchar(128) |
[edit]
Fields
- initd is a unique identifier for entries in this table.
- category is the name of the category.
