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)
phone
string
(255)
mobile
string
(255)
emirate
string
(255)
code
string
(255)
created_at
timestamp
updated_at
timestamp
users
id
increments
store_id
integer
username
string
(255)
name
string
(255)
email
string
(255)
password
string
(255)
admin
tinyInteger
reset_password
string
(255)
reset_password_token
string
(255)
reset_password_sent_at
string
(255)
remember_created_at
string
(255)
sign_in_count
integer
current_sign_in_at
string
(255)
last_sign_in_at
string
(255)
remember_token
string
(100)
created_at
timestamp
updated_at
timestamp
orders
id
increments
store_id
integer
customer_id
integer
code
string
(255)
date
datetime
status
string
(255)
delivery_type
string
(255)
collector_name
string
(255)
collector_emirates_id
string
(255)
collected_at
datetime
created_at
timestamp
updated_at
timestamp
consignments
id
increments
order_id
FK
integer
code
string
(255)
status
string
(255)
packages_count
integer
shipped_date
datetime
delivered_date
datetime
courier__partner
string
(255)
tracking_number
string
(255)
location
string
(255)
created_at
timestamp
updated_at
timestamp
customers
id
increments
name
string
(255)
email
string
(255)
mobile
string
(255)
created_at
timestamp
updated_at
timestamp
order_items
id
increments
order_id
FK
integer
code
string
(255)
quantity
integer
returnable_quantity
integer
created_at
timestamp
updated_at
timestamp
customer_returns
id
increments
store_id
integer
name
string
(255)
phone
string
(255)
order_number
string
(255)
number_of_packages
integer
acknowledgement_number
string
(255)
sealed_packages
integer
items
integer
created_at
timestamp
updated_at
timestamp
consignment_items
id
increments
consignment_id
integer
code
string
(255)
quantity
integer
shipped_quantity
integer
created_at
timestamp
updated_at
timestamp
revisions
id
increments
revisionable_type
string
(255)
revisionable_id
integer
user_id
integer
key
string
(255)
old_value
text
new_value
text
created_at
timestamp
updated_at
timestamp
failed_jobs
id
increments
connection
text
queue
text
payload
text
exception
text
failed_at
timestamp
password_resets
id
increments
email
string
(255)
token
string
(255)
created_at
timestamp
migrations
id
increments
migration
string
(255)
batch
integer
jobs
id
increments
queue
string
(255)
payload
text
attempts
integer
reserved_at
integer
available_at
integer
created_at
integer
order_history
id
increments
timestamps
timestamps
store_id
FK
integer
date
date
Shipped_from_warehouse
integer
Received
integer
collected
integer
uncollected
integer
×
Comments for customer_returns
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01