Albums table: Difference between revisions

From MediaMonkey Wiki
Jump to navigation Jump to search
No edit summary
(No difference)

Revision as of 17:21, 5 September 2007


Fields

Name Value Type Possible Values Description
ID INTEGER AUTOINCREMENT (1 to inf.)
Artist TEXT
Album TEXT
Year INTEGER
Comment TEXT
Tracks INTEGER Counter by trigger (0 to inf.)


Connections

  • Songs table
  • Artists table (via the ArtistsAlbums table)
  • ...