diff --git a/docs/tutorial/schema.rst b/docs/tutorial/schema.rst index f8455037..246baccd 100644 --- a/docs/tutorial/schema.rst +++ b/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