mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-16 17:11:39 -06:00
5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
CREATE TABLE IF NOT EXISTS users(
|
|
id INTEGER NOT NULL PRIMARY KEY,
|
|
email TEXT NOT NULL,
|
|
name TEXT NOT NULL
|
|
); |