Home
rasd
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user_types
id
increments
name
string
(20)
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
user_type_id
FK
integer
name
string
(50)
inform
boolean
timestamps
timestamps
softDeletes
softDeletes
form_types
id
increments
name
string
(20)
timestamps
timestamps
softDeletes
softDeletes
categories
id
increments
section_id
FK
integer
name
string
(100)
timestamps
timestamps
softDeletes
softDeletes
types
id
increments
category_id
FK
integer
name
string
(255)
timestamps
timestamps
softDeletes
softDeletes
priorities
id
increments
name
string
(40)
timestamps
timestamps
softDeletes
softDeletes
forms
id
increments
user_id
FK
integer
type_id
FK
integer
priority_id
FK
integer
longitude
string
(255)
latitude
string
(255)
timestamps
timestamps
softDeletes
softDeletes
comment
text
area_id
FK
integer
areas
id
increments
responsible
string
(150)
start_from
string
(50)
ends_at
string
(50)
timestamps
timestamps
softDeletes
softDeletes
attachments
id
increments
form_id
FK
integer
attachment_type_id
integer
path
string
(255)
timestamps
timestamps
softDeletes
softDeletes
attachment_types
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(15)
resolved_forms
id
increments
form_id
FK
integer
user_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
resolved_attachments
id
increments
resolved_form_id
FK
integer
attachment_type_id
FK
integer
path
string
(255)
timestamps
timestamps
softDeletes
softDeletes
participant_parties
id
increments
name
string
(50)
timestamps
timestamps
softDeletes
softDeletes
user_id
FK
integer
type_id
FK
integer
logs
id
increments
form_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
sections
id
increments
form_type_id
FK
integer
name
string
(50)
iteration
string
timestamps
timestamps
softDeletes
softDeletes
input_type
string
(20)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01