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
icon string not null
hashedPassword string not null

Clone this wiki locally