picobook/src/database/migrations/1-first-migration.sql
2023-10-31 20:31:17 -07:00

5 lines
59 B
SQL

CREATE TABLE users (
id text,
name text,
password text
)