Home
eventmanagement
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
participant
id
increments
gender
tinyInteger
firstname
string
(80)
lastname
string
(80)
email
string
(180)
company_id
smallInteger
job_position
string
(150)
custom_fields
json
comm_id
mediumInteger
timestamps
timestamps
softDeletes
softDeletes
event_participants
id
increments
event_id
mediumInteger
participant_id
mediumInteger
joined_at
timestamp
declined_at
timestamp
checkedin_at
timestamp
timestamps
timestamps
softDeletes
softDeletes
event_participant_mails
id
increments
event_participants_id
mediumInteger
mail_type
string
(40)
sent_at
timestamp
timestamps
timestamps
participant_changelog
id
increments
participant_id
mediumInteger
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01