Home
arg
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
increments
city_id
integer
name
string
phone
string
email
string
gender
enum
pin_code
string
is_active
tinyInteger
is_confirmed
tinyInteger
password
string
timestamps
timestamps
countries
id
increments
name
string
timestamps
timestamps
cities
id
increments
country_id
integer
name
string
timestamps
timestamps
city_client
id
increments
city_id
integer
client_id
integer
address
string
units_number
integer
mail_number
integer
place_name
string
timestamps
timestamps
offers
id
increments
type
enum
value
string
timestamps
timestamps
is_active
tinyInteger
products
id
increments
timestamps
timestamps
name
string
slug
string
description
text
price
float
offer_percent
integer
is_offered
tinyInteger
is_new
tinyInteger
ordered_number
integer
level
integer
rate
integer
notifications
id
increments
title
string
body
text
notifiable_type
string
notifiable_id
integer
timestamps
timestamps
categories
id
increments
name
string
level
integer
slug
string
parent_id
integer
description
text
view_home
integer
is_active
tinyInteger
timestamps
timestamps
category_product
id
increments
product_id
integer
category_id
integer
timestamps
timestamps
orders
id
increments
address_id
integer
client_id
integer
total_price
float
delivery_cost
float
status
enum
phone
string
payment_method
enum
code
string
note
text
timestamps
timestamps
client_notification
id
increments
timestamps
timestamps
notifiable_id
integer
client_id
integer
is_read
tinyInteger
client_product
id
increments
product_id
integer
client_id
integer
timestamps
timestamps
reviews
id
increments
client_id
integer
product_id
integer
comment
text
review
integer
timestamps
timestamps
contacts
client_id
integer
id
increments
name
string
email
string
contact
text
is_read
tinyInteger
timestamps
timestamps
settings
id
increments
settings_category_id
integer
key
string
value
longText
display_name
string
data_type
enum
level
integer
timestamps
timestamps
order_product
id
increments
order_id
integer
product_id
integer
quantity
integer
size
string
price
float
note
text
timestamps
timestamps
files
id
increments
path
string
type
enum
grade
enum
fileable_type
string
fileable_id
integer
timestamps
timestamps
specifications
id
increments
timestamps
timestamps
product_id
integer
name
string
value
string
unit
string
sizes
id
increments
product_id
integer
value
string
unit
string
price
float
timestamps
timestamps
validations
id
increments
setting_id
integer
value
text
timestamps
timestamps
settings_categories
id
increments
name
string
level
integer
timestamps
timestamps
complaint_reasons
id
increments
reasons
text
timestamps
timestamps
complaint_reason_product
id
increments
complaint_reason_id
integer
product_id
integer
client_id
integer
reason
text
timestamps
timestamps
tokens
id
increments
client_id
integer
token
string
(225)
phone_type
enum
timestamps
timestamps
join_marketing_requests
id
increments
client_id
integer
email
string
phone
string
city_id
integer
timestamps
timestamps
×
Comments for arg
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01