Home
bird
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
sliders
id
increments
image
string
(255)
title
text
description
longText
softDeletes
softDeletes
timestamps
timestamps
splashs
id
increments
title
text
description
longText
image
string
softDeletes
softDeletes
timestamps
timestamps
categories
id
increments
name
text
image
string
(255)
type
enum
parent_id
FK
bigInteger
softDeletes
softDeletes
timestamps
timestamps
adverts
id
increments
user_id
FK
bigInteger
name
text
description
text
category_id
FK
bigInteger
price
decimal
age
decimal
phone
string
(20)
show_phone
boolean
health_conditions_id
FK
bigInteger
region_id
FK
bigInteger
city_id
FK
bigInteger
district_id
FK
bigInteger
lat
decimal
lng
decimal
package_id
FK
bigInteger
softDeletes
softDeletes
timestamps
timestamps
health_conditions
id
increments
name
text
softDeletes
softDeletes
timestamps
timestamps
cities
id
increments
name
text
region_id
FK
bigInteger
softDeletes
softDeletes
timestamps
timestamps
regions
id
increments
name
text
country_id
FK
bigInteger
softDeletes
softDeletes
timestamps
timestamps
countries
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
text
image
string
country_code
string
iso2
string
iso3
string
districts
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
text
city_id
FK
bigInteger
advert_attachments
id
increments
advert_id
FK
bigInteger
attachment
string
(255)
softDeletes
softDeletes
timestamps
timestamps
favourites
id
increments
timestamps
timestamps
softDeletes
softDeletes
advert_id
FK
bigInteger
user_id
FK
bigInteger
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
phone
string
ratings
id
increments
comment
text
rate
double
rateable
morphs
user_id
FK
bigInteger
softDeletes
softDeletes
timestamps
timestamps
follow
id
increments
followable
morphs
user_id
FK
bigInteger
softDeletes
softDeletes
timestamps
timestamps
complaints
id
increments
timestamps
timestamps
softDeletes
softDeletes
advert_id
FK
bigInteger
details
longText
user_id
FK
bigInteger
admin_seen
boolean
admin_replay
text
pages
id
increments
title
text
slug
string
(255)
image
string
(255)
softDeletes
softDeletes
timestamps
timestamps
wallets
id
increments
walletable
morphs
balance
decimal
available_balance
decimal
debt_balance
decimal
softDeletes
softDeletes
timestamps
timestamps
packages
id
increments
name
text
details
text
duration
integer
price
decimal
softDeletes
softDeletes
timestamps
timestamps
package_user
id
increments
user_id
FK
bigInteger
package_id
FK
bigInteger
advert_id
FK
bigInteger
duration
integer
price
decimal
expire_at
timestamp
softDeletes
softDeletes
timestamps
timestamps
chats
id
increments
advert_id
FK
bigInteger
user_id1
FK
bigInteger
user_id2
FK
bigInteger
softDeletes
softDeletes
timestamps
timestamps
messages
id
increments
timestamps
timestamps
softDeletes
softDeletes
chat_id
FK
bigInteger
user_id
FK
bigInteger
message
string
(255)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01