linstrom/migrations/2023-12-29-193430_create_people/up.sql
mStar aka a person 7cb3d0ceae uhhhhh, stuff
Config should be working now
2023-12-31 13:04:52 +01:00

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
)