Music smartplaylist items table
From MythTV
- The correct title of this article is music_smartplaylist_items table. It appears incorrectly here due to technical restrictions.
The music_smartplaylist_items table is used by MythMusic.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| smartplaylistitemid | int(10) unsigned | NO | PRI | NULL | auto_increment |
| smartplaylistid | int(10) unsigned | NO | MUL | 0 | |
| field | varchar(50) | NO | |||
| operator | varchar(20) | NO | |||
| value1 | varchar(255) | NO | |||
| value2 | varchar(255) | NO |
