Add image_path column to albums table
This commit is contained in:
1
migrations/2024-05-16-220659_add_album_images/up.sql
Normal file
1
migrations/2024-05-16-220659_add_album_images/up.sql
Normal file
@ -0,0 +1 @@
|
||||
ALTER TABLE albums ADD COLUMN image_path VARCHAR;
|
Reference in New Issue
Block a user