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 |