Home
customer_returns
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
stores
id
increments
name
string
(255)
address
string
(255)
city
string
(255)
area
string
(255)
concept
string
(255)
slug
string
(255)
timestamps
timestamps
users
id
increments
store_id
integer
username
string
(255)
timestamps
timestamps
orders
id
increments
store_id
integer
customer_id
integer
timestamps
timestamps
consignments
id
increments
order_id
integer
timestamps
timestamps
customers
id
increments
timestamps
timestamps
order_actions
id
increments
order_id
integer
user_id
integer
action
string
(255)
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01