Music albums table
From MythTV
- The correct title of this article is music_albums table. It appears incorrectly here due to technical restrictions.
The music_albums table is used by MythMusic.
[edit]
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| album_id | int(11) unsigned | NO | PRI | NULL | auto_increment |
| artist_id | int(11) unsigned | NO | 0 | ||
| album_name | varchar(255) | NO | MUL | ||
| year | smallint(6) | NO | 0 | ||
| compilation | tinyint(1) unsigned | NO | 0 |
