sync, implemented sort, viewing user pages & articles written, updating db
This commit is contained in:
@@ -21,6 +21,11 @@ CREATE TABLE user (
|
||||
last_active TIMESTAMP DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
|
||||
is_active BOOLEAN DEFAULT FALSE,
|
||||
profile_picture VARCHAR(256),
|
||||
bio VARCHAR(256),
|
||||
x_username VARCHAR(32),
|
||||
fb_username VARCHAR(32),
|
||||
ig_username VARCHAR(32),
|
||||
website VARCHAR(64),
|
||||
FOREIGN KEY (role_id) REFERENCES roles (role_id)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user