Home
Messages
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
forms
id
increments
name
string
website_id
integer
token
string
created_by
string
timestamps
timestamps
softDeletes
softDeletes
forms_fields
id
increments
form_id
FK
integer
field_identifier
string
field_type
string
field_title
string
field_settings
text
field_order
integer
timestamps
timestamps
softDeletes
softDeletes
forms_message
id
increments
form_id
integer
timestamps
timestamps
softDeletes
softDeletes
forms_data
id
increments
message_id
FK
integer
input_id
FK
integer
input_value
text
timestamps
timestamps
softDeletes
softDeletes
forms_email
id
increments
form_id
integer
email_name
string
(100)
email_address
string
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01