UPDATE: Added stream title and selected category to users table
This commit is contained in:
@@ -11,7 +11,10 @@ CREATE TABLE users
|
||||
num_followers INTEGER NOT NULL,
|
||||
stream_key VARCHAR(60) NOT NULL,
|
||||
is_partnered BOOLEAN NOT NULL DEFAULT 0,
|
||||
bio VARCHAR(1024)
|
||||
bio VARCHAR(1024),
|
||||
|
||||
current_stream_title VARCHAR(100),
|
||||
current_selected_category_id INTEGER
|
||||
);
|
||||
|
||||
SELECT * FROM users;
|
||||
|
||||
Reference in New Issue
Block a user