live.umm.gay/wish-server/db_schema.sql

5 lines
82 B
SQL

CREATE TABLE streams (
stream TEXT NOT NULL,
password TEXT NOT NULL
) STRICT;