mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-01-31 00:19:31 -06:00
4 lines
102 B
Plaintext
4 lines
102 B
Plaintext
CREATE TABLE IF NOT EXISTS users(
|
|
username TEXT NOT NULL PRIMARY KEY,
|
|
display TEXT NOT NULL
|
|
); |