Home
3l
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
courses
id
increments
name
string
version
string
format
string
timestamps
timestamps
change_logs
id
increments
course_id
integer
content
text
timestamps
timestamps
questions
id
increments
unit_id
integer
content
text
audio
string
timestamps
timestamps
answers
id
increments
question_id
integer
solution
text
correct
boolean
timestamps
timestamps
units
id
increments
course_id
integer
name
string
timestamps
timestamps
knowledge
id
increments
unit_id
integer
type
string
subject
string
romaji
string
kanji
string
vietnamese
string
audio
string
timestamps
timestamps
performances
id
increments
user_id
integer
unit_id
integer
skill_id
integer
current_combo
integer
longest_combo
integer
elapsed_time
integer
question_count
integer
right_answer_count
integer
skipped_answer_count
integer
start_at
timestamp
end_at
timestamp
is_log
boolean
timestamps
timestamps
skills
id
increments
name
string
category
string
timestamps
timestamps
skill_unit
id
increments
skill_id
integer
unit_id
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01