Skip to content

Database Schema

MonicaKornis edited this page Dec 27, 2017 · 8 revisions
column name column name details
id integer primary key, not null, unique
email string not null, unique
password_digest string not null
session_token string not null

Clone this wiki locally