migrations

This commit is contained in:
dylan
2023-10-31 20:31:17 -07:00
parent c55a9e8b98
commit 334c09df7c
5 changed files with 19 additions and 3 deletions

View File

@ -1,4 +1,5 @@
CREATE TABLE users (
id text,
username text
name text,
password text
)