Home
new_order
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
bigIncrements
token
string
agent
string
(512)
attributes
json
timestamps
timestamps
softDeletes
softDeletes
passengers
id
increments
first_name_fa
string
(70)
first_name_en
string
(70)
last_name_fa
string
(70)
last_name_en
string
(70)
gender
enum
birth_date
date
national_code
string
uuid
string
(70)
client_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
stores
id
mediumIncrements
title
string
(150)
address
string
(400)
url
string
timestamps
timestamps
orders
id
increments
status
string
(50)
price
json
payment_status
string
(50)
store_id
mediumInteger
is_active
boolean
client_id
FK
bigInteger
email
string
(100)
phone
string
timestamps
timestamps
order_items
id
increments
order_id
FK
integer
orderable_type
string
orderable_id
integer
timestamps
timestamps
softDeletes
softDeletes
bus_order_items
id
increments
service_uuid
string
(70)
passenger_id
FK
integer
seat_number
smallInteger
params
json
reserve_code
string
(100)
status
string
(50)
price
json
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01