BscThesis / aboard.iee.ihu.gr

7 stars 0 forks source link

Default value on tag, index on tags.title as migration #2

Closed nickcn closed 3 years ago

nickcn commented 3 years ago

ALTER TABLE aboard.tags CHANGE parent_id parent_id BIGINT(20) UNSIGNED DEFAULT 1 NULL, ADD UNIQUE INDEX (title);