Merge pull request #1099 from root-11/patch-1

Update schema.rst
This commit is contained in:
Daniel Neuhäuser 2014-07-27 13:31:59 +02:00
commit f6618c7638

View file

@ -14,7 +14,7 @@ named `schema.sql` in the just created `flaskr` folder:
create table entries (
id integer primary key autoincrement,
title text not null,
text text not null
'text' text not null
);
This schema consists of a single table called `entries` and each row in