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

5 lines
82 B
MySQL
Raw Permalink Normal View History

2023-02-23 16:35:15 +00:00
CREATE TABLE streams (
stream TEXT NOT NULL,
password TEXT NOT NULL
) STRICT;