Home
kp
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
orders
id
increments
customer_id
FK
integer
category_id
FK
integer
professional_id
FK
integer
title
string
description
text
timestamps
timestamps
softDeletes
softDeletes
customers
id
increments
user_id
FK
integer
first_name
string
(64)
last_name
string
(64)
email
string
(128)
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
role
string
(32)
email
string
(128)
email_verified_at
timestamp
password
string
(255)
remember_token
string
(100)
first_name
string
(64)
last_name
string
(64)
completed_at
timestamp
timestamps
timestamps
softDeletes
softDeletes
messages
id
increments
order_id
FK
integer
messageable_id
integer
messageable_type
string
timestamps
timestamps
softDeletes
softDeletes
invoices
id
increments
order_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
credentials
id
increments
user_id
FK
integer
env
string
(32)
token
string
(32)
timestamps
timestamps
softDeletes
softDeletes
endpoints
id
increments
credential_id
FK
integer
url
string
timestamps
timestamps
softDeletes
softDeletes
order_categories
id
increments
parent_id
FK
integer
level
tinyInteger
position
integer
name
string
timestamps
timestamps
softDeletes
softDeletes
logs
id
increments
url
string
method
string
(16)
ip
ipAddress
client_ip
string
(45)
post_params
json
query_string
string
response_status
smallInteger
response_body
json
response_headers
json
loggable_id
integer
loggable_type
string
timestamps
timestamps
softDeletes
softDeletes
events
id
increments
eventable_id
integer
eventable_type
string
type
string
(128)
timestamps
timestamps
softDeletes
softDeletes
webhooks
id
increments
endpoint_id
FK
integer
event_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
webhook_requests
id
increments
webhook_id
FK
integer
request_body
json
response_body
string
status
mediumInteger
timestamps
timestamps
softDeletes
softDeletes
password_resets
email
string
(255)
token
string
(255)
created_at
timestamp
failed_jobs
id
bigIncrements
connection
text
queue
text
payload
longText
exception
longText
failed_at
timestamp
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01