4732b00085
Primarely setup stuffs for diesel TODO: Add switch in src/storage/mod.rs for sqlite/postgres
7 lines
No EOL
133 B
SQL
7 lines
No EOL
133 B
SQL
CREATE TABLE people (
|
|
id STRING primary key,
|
|
name STRING not null,
|
|
instance STRING,
|
|
mail STRING,
|
|
pw_hash STRING
|
|
) |