UPDATE: Added VOD table and moved is_live to the users table
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user