UPDATE: Added VOD table and moved is_live to the users table

This commit is contained in:
2025-02-05 13:48:42 +00:00
parent a7bbc75f3a
commit 4c79c80f3d
4 changed files with 32 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ CREATE TABLE users
num_followers INTEGER NOT NULL,
stream_key VARCHAR(60) NOT NULL,
is_partnered BOOLEAN NOT NULL DEFAULT 0,
is_live BOOLEAN NOT NULL DEFAULT 0,
bio VARCHAR(1024),
current_stream_title VARCHAR(100),