Home
arabavanue
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
package_id
integer
first_name
string
(191)
last_name
string
(191)
email
string
(191)
password
string
(191)
phone
string
(20)
is_whatsapp
boolean
company_name
string
(191)
profile_pic
string
(191)
stripe_id
string
(191)
card_brand
string
(191)
card_last_four
string
(191)
is_professional
boolean
softDeletes
softDeletes
timestamps
timestamps
properties
id
increments
user_id
FK
integer
property_type_id
FK
bigInteger
additional_property_type_id
FK
integer
is_rent
boolean
is_sell
boolean
price
double
(10,2)
currency_id
FK
integer
size
double
(8,2)
land_size
double
(8,2)
beds
integer
bathrooms
integer
year_built
string
(191)
address
text
country_id
FK
integer
city
string
(191)
district
string
(191)
region
string
(191)
latitude
string
(191)
longitude
string
(191)
description
text
neighborhood_description
text
softDeletes
softDeletes
timestamps
timestamps
packages
id
increments
name
string
(191)
price
double
(5,2)
description
text
softDeletes
softDeletes
timestamps
timestamps
property_attachments
id
increments
property_id
FK
integer
name
string
(191)
is_featured
boolean
mime_type
string
(191)
size
string
timestamps
timestamps
favorites
id
increments
timestamps
timestamps
user_id
FK
integer
property_id
FK
integer
leads
id
increments
user_id_to
FK
integer
user_id_from
integer
property_id
FK
integer
name
string
(191)
email
string
(191)
phone
string
(20)
message
text
timestamps
timestamps
admins
id
increments
name
string
(191)
email
string
(191)
password
string
(191)
timestamps
timestamps
countries
id
increments
currency_id
FK
integer
name
string
(191)
code
string
(191)
timestamps
timestamps
property_types
id
increments
parent_id
string
name
string
(191)
timestamps
timestamps
currencies
id
increments
name
string
(191)
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01