From dd04fd305cd71d83ae9c64854190256f6ac1f0bb Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Mon, 23 Oct 2023 10:17:46 -0400 Subject: [PATCH] Update saved_track_data --- saved_track_data.md | 1 + 1 file changed, 1 insertion(+) diff --git a/saved_track_data.md b/saved_track_data.md index 3e0479a..5a75d14 100644 --- a/saved_track_data.md +++ b/saved_track_data.md @@ -9,6 +9,7 @@ The `saved_track_data` table is used to preserve [track](tracks) data when track | playcount | INTEGER | 0 | The playcount of the track | | lastplayed | TIMESTAMP | NULL | The last played timestamp of the track | | laststarted | TIMESTAMP | NULL | The last started timestamp of the track | +| added | DATE | NULL | The date the track was originally added to the database | ### Triggers | Name | When | Description |