ArtistsAlbums table: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
m (Formatting)
 
Line 13: Line 13:
|  
|  
|-
|-
| IDArtist
| '''IDArtist'''
| INTEGER  
| INTEGER  
|  
|  
| ID of the AlbumArtist. (ID of the "Artist" in the Artists table.)
| ID of the AlbumArtist. (ID of the "Artist" in the Artists table.)
|-
|-
| IDAlbum
| '''IDAlbum'''
| INTEGER
| INTEGER
|  
|  
| ID of the Album. (ID of the Album in the Albums table.)
| ID of the Album. (ID of the Album in the Albums table.)
|}
|}

Latest revision as of 16:20, 11 April 2024

Fields

Name Value Type Possible Values Description
ID INTEGER AUTOINCREMENT (1 to inf.)
IDArtist INTEGER ID of the AlbumArtist. (ID of the "Artist" in the Artists table.)
IDAlbum INTEGER ID of the Album. (ID of the Album in the Albums table.)