Skip to content

Postgres Database Schema

jas-singh-code edited this page Mar 9, 2021 · 26 revisions

users

column name data type details
id integer not null, primary key
username string not null,, indexed, unique
email string notnull, indexed, unique
password_digest string not null
session_token string not null, indexed, unique
created_at datetime not null
updated_at datetime not null
Clone this wiki locally