Update 'albums'

Anna Schumaker 2023-03-22 15:03:19 -04:00
parent 8f0390ca64
commit c63224d526

@ -20,9 +20,10 @@ The `albums` table holds information for album playlists.
### The `albums_view` ### The `albums_view`
The `albums_view` joins the `albums` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each album. The `albums_view` joins the `albums` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each album.
| Column | Description | | Column | Description |
| --------------------------------- | ------------------------------------------------------- | | --------------------------------- | ------------------------------------------------------- |
| albumid | The albumid of this artist | | albumid | The albumid of this album |
| [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this album | | [propertyid](playlist_properties) | The rowid of the [[playlist_properties]] for this album |
| name | The name of this album | | name | The name of this album |
| mbid | The MusicBrainz ID of this album | | mbid | The MusicBrainz ID of this album |