Skip to content

Instantly share code, notes, and snippets.

View etgrieco's full-sized avatar

Elliott Grieco etgrieco

View GitHub Profile
@etgrieco
etgrieco / table.md
Last active October 22, 2017 16:23
key type note
id integer pk, not null
email string not null, unique, indexed
first_name string not null
last_name string
img_url string not null
password_digest integer not null
session_token integer not null, unique, indexed
created_at datetime not null