Skip to content

Database Schema

JayDrojas edited this page Apr 4, 2022 · 12 revisions
Screen Shot 2022-04-04 at 10 35 35 AM

Users

column name data type details
id integer not null, primary key
userName string not null, unique
email string not null, unique
hashedPassword string not null

Clone this wiki locally