GenresSongs table: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
 
m ({{DatabaseTablesList}} and formatting)
 
Line 1: Line 1:
{{DatabaseTablesList}}
== Fields ==
== Fields ==
{| border="1"
{| border="1"
Line 12: Line 13:
|  
|  
|-
|-
| IDGenre
| '''IDGenre'''
| INTEGER  
| INTEGER  
|  
|  
| ID of the Genre. (ID of the Genre in the Genres table.)
| ID of the Genre. (ID of the Genre in the Genres table.)
|-
|-
| IDSong
| '''IDSong'''
| INTEGER
| INTEGER
|  
|  
| ID of the Song. (ID of the Song in the Songs table.)
| ID of the Song. (ID of the Song in the Songs table.)
|}
|}

Latest revision as of 15:58, 11 April 2024

Fields

Name Value Type Possible Values Description
ID INTEGER AUTOINCREMENT (1 to inf.)
IDGenre INTEGER ID of the Genre. (ID of the Genre in the Genres table.)
IDSong INTEGER ID of the Song. (ID of the Song in the Songs table.)