Schema Information

January 10, 2017 ยท View on GitHub

Users

column namedata typedetails
idintegernot null, primary key
usernamestringnot null, indexed, unique
emailstringnot null, indexed, unique
session_tokenstringnot null, indexed, unique
password_digeststringnot null

Videos

column namedata typedetails
idintegernot null, primary key
titlestringnot null
descriptionstringnot null
video_urlstringnot null
viewsintegernot null, default 0
user_idintegernot null, foreign key, indexed

Comments

column namedata typedetails
idintegernot null, primary key
bodystringnot null
user_idintegernot null, foreign key, indexed
video_idintegernot null, foreign key, indexed

Likes

column namedata typedetails
idintegernot null, primary key
like_valueintegernot null
user_idintegernot null, foreign key, indexed
video_idintegerallow nil, foreign key, indexed
comment_idintegerallow nil, foreign key, indexed