Update 'playlists'

Anna Schumaker 2023-03-22 14:49:45 -04:00
parent cfc1327a67
commit 7c30030b00
1 changed files with 2 additions and 1 deletions

@ -1,4 +1,4 @@
The `playlists` table holds information for user and system playlists. The `playlists_view` joins the `playlists` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each playlist.
The `playlists` table holds information for user and system playlists.
### Columns
| Name | Type | Description |
@ -15,6 +15,7 @@ The `playlists` table holds information for user and system playlists. The `play
| playlists_delete_trigger | After delete | Delete this playlist's entry in the [[playlist_properties]] table |
### The `playlists_view`
The `playlists_view` joins the `playlists` table with the [[playlist_properties]] table so the application can use one query to access all the relevant state for each playlist.
| Column | Description |
| --------------------------------- | ---------------------------------------------------------- |
| playlistid | The playlistid of this playlist |