UPDATE: Add more category thumbnails & rename some categories
This commit is contained in:
@@ -10,7 +10,7 @@ CREATE TABLE users
|
||||
is_partnered BOOLEAN NOT NULL DEFAULT 0,
|
||||
is_live BOOLEAN NOT NULL DEFAULT 0,
|
||||
bio VARCHAR(1024) DEFAULT 'This user does not have a Bio.',
|
||||
is_admin BOOLEAN NOT NULL DEFAULT 0,
|
||||
is_admin BOOLEAN NOT NULL DEFAULT 0
|
||||
);
|
||||
|
||||
SELECT * FROM users;
|
||||
|
||||
Reference in New Issue
Block a user