Update 'artists'

Anna Schumaker 2023-03-22 14:50:37 -04:00
parent 60f76ec069
commit df93c7a216
1 changed files with 2 additions and 1 deletions

@ -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 `artists` table holds information for artist playlists.
### Columns
| Name | Type | Description |
@ -15,6 +15,7 @@ The `artists` table holds information for artist playlists. The `artists_view` j
| artists_delete_trigger | After delete | Delete this artist's entry in the [[playlist_properties]] table |
### The `artists_view`
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.
| Column | Description |
| --------------------------------- | -------------------------------------------------------- |
| artistid | The artistid of this artist |