Skip to content

Database Schema

Steven Wang edited this page Jan 28, 2018 · 7 revisions

Users

colum datatype details
id integer not null, primary key
username string not null, indexed, unique
image_url string not null
password_digest string not null
session_token string not null, indexed, unique
create_at datetime not null
updated_at datetime not null
  • image_url optional, add as bonus

Clone this wiki locally