1
0
Fork 0
mirror of https://git.joinplu.me/Plume/Plume.git synced 2025-03-05 06:41:06 +00:00
Plume/migrations/2018-07-27-194816_instance_description_html/up.sql

4 lines
191 B
MySQL
Raw Normal View History

-- Your SQL goes here
ALTER TABLE instances ADD COLUMN long_description_html VARCHAR NOT NULL DEFAULT '';
ALTER TABLE instances ADD COLUMN short_description_html VARCHAR NOT NULL DEFAULT '';