Music artists table
From MythTV Official Wiki
(Difference between revisions)
(added music_artists table definition) |
m |
||
| Line 1: | Line 1: | ||
{{Wrongtitle|music_artists table}} | {{Wrongtitle|music_artists table}} | ||
The '''music_artist table''' is used by [[MythMusic]]. | The '''music_artist table''' is used by [[MythMusic]]. | ||
| + | |||
| + | Table is current as of schema version 1017. | ||
| + | |||
== Table Description == | == Table Description == | ||
{| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5" | {| border="1" cellspacing="0" cellpadding="5" style="border-collapse:collapse; border-color:#8eabd0; background:#e7edf5" | ||
|- style="background: lightsteelblue" | |- style="background: lightsteelblue" | ||
| − | ! Field name !! Type | + | ! Field name !! Type !! Null !! Key !! Default !! Extras |
|- | |- | ||
| − | || artist_id || int(11) unsigned || | + | || artist_id || int(11) unsigned || {{NO}} || PRI || NULL || auto_increment |
|- | |- | ||
| − | || artist_name || varchar(255) || | + | || artist_name || varchar(255) || {{NO}} || || || |
|- | |- | ||
|} | |} | ||
| − | + | [[Category:MythMusic DB Table]] | |
| − | + | ||
| − | [[Category:DB Table]] | + | |
Latest revision as of 03:14, 26 September 2010
Note: The correct title of this article is music_artists table. It appears incorrectly here due to technical restrictions.
The music_artist table is used by MythMusic.
Table is current as of schema version 1017.
Table Description
| Field name | Type | Null | Key | Default | Extras |
|---|---|---|---|---|---|
| artist_id | int(11) unsigned | No | PRI | NULL | auto_increment |
| artist_name | varchar(255) | No |