Create songs table
This commit is contained in:
2
migrations/2024-02-06-150334_create_songs_table/down.sql
Normal file
2
migrations/2024-02-06-150334_create_songs_table/down.sql
Normal file
@ -0,0 +1,2 @@
|
||||
DROP TABLE song_artists;
|
||||
DROP TABLE songs;
|
Reference in New Issue
Block a user