Home
atar
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
rf_communities
id
increments
name
string
(191)
country_id
FK
integer
currency_id
FK
integer
district_id
FK
integer
city_id
FK
integer
map
json
is_active
boolean
created_by
bigInteger
updated_by
bigInteger
softDeletes
softDeletes
timestamps
timestamps
districts
id
increments
timestamps
timestamps
softDeletes
softDeletes
cities
id
increments
timestamps
timestamps
softDeletes
softDeletes
currencies
id
increments
name_ar
string
(250)
name_en
string
(250)
code
string
(5)
is_active
boolean
timestamps
timestamps
softDeletes
softDeletes
rf_buildings
id
increments
name
string
(191)
rf_community_id
FK
integer
no_floors
integer
year_build
date
map
json
is_active
boolean
created_by
bigInteger
updated_by
bigInteger
softDeletes
softDeletes
timestamps
timestamps
files
id
increments
timestamps
timestamps
softDeletes
softDeletes
rf_units
id
increments
name
string
(191)
category_id
FK
integer
type_id
FK
integer
rf_community_id
FK
integer
rf_building_id
FK
integer
year_build
date
map
json
tenant_id
bigInteger
owner_id
bigInteger
views
bigInteger
status_id
integer
is_active
boolean
is_buy
boolean
is_market_place
boolean
created_by
bigInteger
updated_by
bigInteger
timestamps
timestamps
softDeletes
softDeletes
rf_specifications
id
increments
name_ar
string
(191)
name_en
string
(191)
type
string
(191)
icon
string
(191)
parent_id
FK
bigInteger
input_details
json
is_active
boolean
timestamps
timestamps
rf_unit_areas
id
increments
name_ar
string
(191)
name_en
string
(191)
value
decimal
(12,2)
rf_unit_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
countries
id
increments
name_ar
string
(191)
name_en
string
(191)
code
string
(5)
is_active
boolean
timestamps
timestamps
softDeletes
softDeletes
rf_specification_unit
id
increments
rf_unit_id
FK
bigInteger
rf_specification_id
FK
integer
value
string
(191)
timestamps
timestamps
rf_unit_rooms
id
increments
name_ar
string
(191)
name_en
string
(191)
value
integer
rf_unit_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
rf_unit_marketplaces
id
increments
type
enum
amount_type
enum
price
decimal
(12,2)
tax_rate
float
deposite
decimal
(12,2)
rf_unit_id
FK
bigInteger
booking_status_id
integer
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01