diff options
Diffstat (limited to 'schema.sql')
| -rw-r--r-- | schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ drop table if exists users; create table users ( id integer primary key autoincrement, - user string not null, + name string not null, password string not null ); |
