mirror of
https://codeberg.org/shroff/phylum.git
synced 2026-05-03 18:49:15 -05: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
|
|
); |