Skip to content

Database Schema

Logan Van Hook edited this page Dec 2, 2020 · 3 revisions

Currently Outdated

Tables

admin

column type notes
id
video_link
video_time
video_id

prompt_queue

column type notes
id
queue

prompt_time

column type notes
id
prompt_id
time
end
newGame

prompts

column type notes
id
prompt
active
topThree
voting

ranking

column type notes
id
topthree_id
rank

submissions

column type notes
id
image
pages
flagged
flag
readability
score
prompt_id
userId
active
topThree
vote
voting
date

topThree

column type notes
id
story_id
user_id
prompt_id
score
prompt_time_id

users

column type notes
id
username
email
password
validationUrl
validated
age
parentEmail
created_at
updated_at

votersIP

column type notes
id
ip
date_voted
Clone this wiki locally