Home
makfy
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
email
string
(255)
avatar
string
(255)
phone
string
(255)
type
enum
status
enum
code
string
(255)
address
string
(255)
city_id
integer
lat
string
(255)
long
string
(255)
timestamps
timestamps
softDeletes
softDeletes
cities
id
increments
name
string
(255)
timestamps
timestamps
softDeletes
softDeletes
settings
id
increments
name_app
string
(255)
About
string
(255)
logo
string
(255)
phone
string
(255)
timestamps
timestamps
softDeletes
softDeletes
Products
id
increments
user_id
integer
name
string
(255)
car_id
integer
model_id
integer
year
string
(255)
details
string
(255)
file
string
(255)
timestamps
timestamps
softDeletes
softDeletes
cars
id
increments
name
string
(255)
timestamps
timestamps
softDeletes
softDeletes
models
id
increments
car_id
integer
title
string
(255)
timestamps
timestamps
softDeletes
softDeletes
stores
id
increments
name
string
(255)
user_id
integer
responsible_person
string
phone
string
address
string
(255)
lat
string
(255)
long
string
(255)
brands
string
(255)
file
string
(255)
logo
string
(255)
status
string
(255)
rating
integer
softDeletes
softDeletes
timestamps
timestamps
offer_prices
id
increments
product_id
integer
store_id
integer
price
decimal
(8,2)
discount
decimal
(8,2)
note
string
(255)
softDeletes
softDeletes
timestamps
timestamps
orders
id
increments
user_id
integer
store_id
integer
price
float
shipping_value
decimal
(8,2)
tax
integer
delivery_status
string
payment_status
string
softDeletes
softDeletes
timestamps
timestamps
coupon_id
integer
delivery_date
datetime
coupons
id
increments
code
string
discount
decimal
(8,2)
status
string
softDeletes
softDeletes
timestamps
timestamps
order_details
id
increments
order_id
integer
product_id
integer
quantity
integer
price
decimal
(8,2)
timestamps
timestamps
×
Comments for makfy
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01