Schema Information

March 23, 2017 ยท View on GitHub

users

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

topics

column namedata typedetails
idintegernot null, primary key
titlestringnot null, unique
search_pathstringnot null, unique
descriptionstringnot null
image_urlstringnot null
banner_urlstringnot null

groups

column namedata typedetails
idintegernot null, primary key
namestringnot null, unique
descriptiontextnot null
hometownstringnot null
image_urlstringnot null
organizer_idintegernot null
timestampstimestampnot null

grouptopics

column namedata typedetails
idintegernot null, primary key
group_idintegernot null, indexed
topic_idintegernot null, indexed

memberships

column namedata typedetails
idintegernot null, primary key
group_idintegernot null, indexed
user_idintegernot null, indexed
timestampstimestampnot null

events

column namedata typedetails
idintegernot null, primary key
group_idintegernot null, indexed
titlestringnot null
start_timedatetimenot null
descriptiontextnot null
locationstringnot null
addressstringnot null

rsvps

column namedata typedetails
idintegernot null, primary key
event_idintegernot null, indexed
user_idintegernot null, indexed
goingbooleannot null
timestampstimestampnot null