Skip to content

Database Schema

Zhuoxin Tan edited this page Aug 24, 2021 · 6 revisions

Database Schema

Users

column name data type details
id integer not null, primary key
username string not null, unique
email string not null, unique
bio string not null
profile_pic string not null
hashedPassword string not null
created_at timestamp not null
updated_at timestamp not null

Clone this wiki locally