This commit is contained in:
2024-11-25 20:21:11 -06:00
parent 548d4fd21c
commit e9d54a83f5
4 changed files with 9 additions and 6 deletions

View File

@ -0,0 +1,3 @@
-- Add migration script here
ALTER TABLE quotes
MODIFY added_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP;