mirror of https://github.com/mitsuhiko/flask.git
oliversong
12 years ago
3 changed files with 8 additions and 8 deletions
@ -1,6 +1,6 @@ |
|||||||
drop table if exists entries; |
drop table if exists entries; |
||||||
create table entries ( |
create table entries ( |
||||||
id integer primary key autoincrement, |
id integer primary key autoincrement, |
||||||
title string not null, |
title text not null, |
||||||
text string not null |
text text not null |
||||||
); |
); |
||||||
|
Loading…
Reference in new issue