Update 'albums'

Anna Schumaker 2023-03-22 09:42:24 -04:00
parent 967ef37170
commit fc7348b2b4

@ -1,4 +1,4 @@
The `artists` table holds information for artist playlists. The `artists_view` joins the `artists` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each artist.
The `albums` table holds information for album playlists. 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.
### Columns
| Name | Type | Description |