Albums table

From MediaMonkey Wiki
Revision as of 17:21, 5 September 2007 by Steegy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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)
  • ...