forked from orbit-oss/flask
commit
f6618c7638
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ named `schema.sql` in the just created `flaskr` folder:
|
||||||
create table entries (
|
create table entries (
|
||||||
id integer primary key autoincrement,
|
id integer primary key autoincrement,
|
||||||
title text not null,
|
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
|
This schema consists of a single table called `entries` and each row in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue