diff --git a/docs/0.3/tutorial.md b/docs/0.3/tutorial.md index 0e39a84b..05e6ac88 100644 --- a/docs/0.3/tutorial.md +++ b/docs/0.3/tutorial.md @@ -165,7 +165,7 @@ Using your database engines admin interface, create a simple table in your datab CREATE TABLE todo ( id serial primary key, - text title, + title text, created timestamp default now, done boolean default 'f' );