mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-07 20:20:58 -06:00
5 lines
129 B
Plaintext
5 lines
129 B
Plaintext
CREATE TABLE IF NOT EXISTS users(
|
|
id INTEGER NOT NULL PRIMARY KEY,
|
|
email TEXT NOT NULL,
|
|
display_name TEXT NOT NULL
|
|
); |