Browse Source

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

Update schema.rst
pull/1136/head
Daniel Neuhäuser 11 years ago
parent
commit
f6618c7638
  1. 2
      docs/tutorial/schema.rst

2
docs/tutorial/schema.rst

@ -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

Loading…
Cancel
Save