Skip to content

Database Schema

JayDrojas edited this page Apr 4, 2022 · 12 revisions

Users

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

Clone this wiki locally