Modrinth/apps/labrinth/migrations/20210805044459_more_gallery_info.sql
2024-10-16 14:11:42 -07:00

7 lines
175 B
SQL

ALTER TABLE mods_gallery
ADD COLUMN title varchar(255),
ADD COLUMN description varchar(2048),
ADD COLUMN created timestamptz DEFAULT CURRENT_TIMESTAMP NOT NULL;