Compare commits
1 Commits
main
...
100-add-ad
Author | SHA1 | Date | |
---|---|---|---|
53805d8793 |
2
migrations/2024-10-23/down.sql
Normal file
2
migrations/2024-10-23/down.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE songs
|
||||||
|
DROP COLUMN added_date;
|
2
migrations/2024-10-23/up.sql
Normal file
2
migrations/2024-10-23/up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE songs
|
||||||
|
ADD COLUMN added_date DATE DEFAULT CURRENT_DATE;
|
Loading…
x
Reference in New Issue
Block a user