diff --git a/albums.md b/albums.md index 366b3a7..2c8b9bd 100644 --- a/albums.md +++ b/albums.md @@ -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 | 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 | ### 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 | | --------------------------------- | ------------------------------------------------------- | | albumid | The albumid of this artist |