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