File tree Expand file tree Collapse file tree
getting_started_step_1/migrations/20160815133237_create_posts
getting_started_step_2/migrations/20160815133237_create_posts
getting_started_step_3/migrations/20160815133237_create_posts
getting_started_step_4/migrations/20160815133237_create_posts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ CREATE TABLE posts (
22 id SERIAL PRIMARY KEY ,
33 title VARCHAR NOT NULL ,
44 body TEXT NOT NULL ,
5- published BOOLEAN NOT NULL DEFAULT ' f '
5+ published BOOLEAN NOT NULL DEFAULT FALSE
66)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ CREATE TABLE posts (
22 id SERIAL PRIMARY KEY ,
33 title VARCHAR NOT NULL ,
44 body TEXT NOT NULL ,
5- published BOOLEAN NOT NULL DEFAULT ' f '
5+ published BOOLEAN NOT NULL DEFAULT FALSE
66)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ CREATE TABLE posts (
22 id SERIAL PRIMARY KEY ,
33 title VARCHAR NOT NULL ,
44 body TEXT NOT NULL ,
5- published BOOLEAN NOT NULL DEFAULT ' f '
5+ published BOOLEAN NOT NULL DEFAULT FALSE
66)
Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ CREATE TABLE posts (
22 id SERIAL PRIMARY KEY ,
33 title VARCHAR NOT NULL ,
44 body TEXT NOT NULL ,
5- published BOOLEAN NOT NULL DEFAULT ' f '
5+ published BOOLEAN NOT NULL DEFAULT FALSE
66)
You can’t perform that action at this time.
0 commit comments