Create songs table

This commit is contained in:
2024-02-08 18:38:36 -05:00
parent bf99dac25c
commit 319958f264
3 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,2 @@
DROP TABLE song_artists;
DROP TABLE songs;