Skip to content

Database Schema

trwong edited this page Nov 19, 2017 · 13 revisions

Database Schema

Users

column name data type details
id integer not null, primary key
first_name string not null, indexed
last_name string not null, indexed
email string not null, indexed, unique
img_url string not null
password_digest string not null
session_token string not null, indexed, unique
created_at datetime not null
updated_at datetime not null

Posts

Comments

Friends

Clone this wiki locally