Home
cargo api
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
customer
customer_id
increments
name
string
(30)
surname
string
(30)
email
string
(100)
password
string
(100)
phone
string
(25)
address
text
timestamps
timestamps
admin
admin_id
increments
name
string
(25)
surname
string
(25)
username
string
(30)
password
string
(100)
timestamps
timestamps
cargo-company
company_id
increments
company_name
string
(100)
api_url
text
timestamps
timestamps
softDeletes
softDeletes
orders
order_id
increments
customer_id
integer
product_id
integer
quantity
integer
total_amount
decimal
(8,2)
timestamps
timestamps
softDeletes
softDeletes
cargo-info
shipment_id
increments
order_id
integer
company_id
integer
tracking_number
string
(100)
status
string
(30)
timestamps
timestamps
product
product_id
increments
product_name
string
(100)
product_description
text
price
decimal
(8,2)
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01