most of the website
This commit is contained in:
6
migrations/005_create_gallery_photos.sql
Normal file
6
migrations/005_create_gallery_photos.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE gallery_photos (
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
image_url TEXT NOT NULL,
|
||||
caption TEXT,
|
||||
created_at TIMESTAMPTZ DEFAULT now()
|
||||
);
|
||||
Reference in New Issue
Block a user