Add added_date column to songs table #100 #118
Reference in New Issue
Block a user
No description provided.
Delete Branch "100-add-addeddate-column-to-songs-table"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is good, except for a few things:
models.rs
to store this date. It should be represented as anOption<Date>
so that it isn't necessary to specify a date when inserting into the database.