Update 'albums'

Anna Schumaker 2023-03-22 14:50:21 -04:00
parent 7c30030b00
commit 60f76ec069

@ -1,4 +1,4 @@
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. The `albums` table holds information for album playlists.
### Columns ### Columns
| Name | Type | Description | | Name | Type | Description |
@ -19,6 +19,7 @@ The `albums` table holds information for album playlists. The `albums_view` join
| albums_delete_trigger | After delete | Delete this albums's entry in the [[playlist_properties]] table | | albums_delete_trigger | After delete | Delete this albums's entry in the [[playlist_properties]] table |
### 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.
| Column | Description | | Column | Description |
| --------------------------------- | ------------------------------------------------------- | | --------------------------------- | ------------------------------------------------------- |
| albumid | The albumid of this artist | | albumid | The albumid of this artist |