Home
heraj
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
products
id
increments
name
string
user_id
FK
integer
is_valid
boolean
status
string
is_checked
boolean
discount_ratio
integer
price
integer
category_id
FK
integer
description
longText
city_id
FK
integer
softDeletes
softDeletes
timestamps
timestamps
users
id
increments
name
string
email
string
phone
integer
city_id
FK
integer
password
integer
type
string
is_active
boolean
image
text
timestamps
timestamps
softDeletes
softDeletes
cities
id
increments
name
string
country_id
FK
integer
timestamps
timestamps
countries
id
increments
name
string
timestamps
timestamps
softDeletes
softDeletes
categories
id
increments
name
string
parent_id
integer
timestamps
timestamps
images
id
increments
path
string
product_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
settings
id
increments
key
string
value
string
timestamps
timestamps
staticPages
id
increments
key
string
name
string
description
text
timestamps
timestamps
favorites
id
increments
user_id
FK
integer
product_id
FK
integer
timestamps
timestamps
reports
id
increments
body
text
user_id
FK
integer
product_id
FK
integer
timestamps
timestamps
contacts
id
increments
name
string
email
string
subject
string
body
text
timestamps
timestamps
subscribers
id
increments
name
string
email
string
timestamps
timestamps
ratings
id
increments
degree
integer
comment
text
product_id
FK
integer
user_id
FK
integer
timestamps
timestamps
adds
id
increments
image
string
link
string
user_id
FK
integer
description
text
position
enum
timestamps
timestamps
asks
id
increments
timestamps
timestamps
ask
text
answers
id
increments
ask_id
FK
integer
answer
text
timestamps
timestamps
payments
id
increments
money_amount
integer
promotedUser_id
FK
integer
paymentMethod_id
FK
integer
image
string
timestamps
timestamps
promotedUsers
id
increments
user_id
FK
integer
about
text
cover_image
string
link
string
pakage_id
FK
integer
is_active
boolean
timestamps
timestamps
start_date
datetime
end_date
datetime
pakages
id
increments
type
enum
price
integer
timestamps
timestamps
brands
id
increments
image
string
timestamps
timestamps
sliders
id
increments
image
string
timestamps
timestamps
title
string
body
string
bankAccounts
id
increments
name
string
number
integer
ibn_no
integer
timestamps
timestamps
logo
string
paymentMethods
id
increments
timestamps
timestamps
type
string
messages
id
increments
sender_id
FK
integer
reciever_id
FK
integer
read_at
datetime
content
longText
timestamps
timestamps
product_id
FK
integer
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01