coffey.dad
Blog
Repos
coffey.dad
migrations
000002_add_post_url.up.sql
ALTER TABLE post ADD url VARCHAR(200) NOT NULL DEFAULT ""; UPDATE post SET url = title;