Properties Table Structure

FieldTypeNullKeyDefault
idint(11)NOPRINULL
landlord_idint(11)NOMULNULL
titlevarchar(255)NONULL
descriptiontextYESNULL
addresstextNONULL
cityvarchar(100)NONULL
statevarchar(100)YESNULL
postal_codevarchar(20)YESNULL
countryvarchar(100)NOGhana
property_typeenum('apartment','house','hostel','commercial','land','villa','townhouse','farmland')NONULL
total_roomsint(11)NO0
available_roomsint(11)NO0
latitudedecimal(10,8)YESNULL
longitudedecimal(11,8)YESNULL
statusenum('active','inactive','pending','suspended')NOpending
verifiedtinyint(1)NO0
featuredtinyint(4)NO0
verified_byint(11)YESMULNULL
verified_attimestampYESNULL
created_attimestampNOcurrent_timestamp()
updated_attimestampNOcurrent_timestamp()
land_sizedecimal(10,2)YESNULL
boundary_typevarchar(50)YESNULL
zoningvarchar(100)YESNULL
legal_statusvarchar(100)YESNULL

Sample Property Data

Array
(
    [0] => Array
        (
            [id] => 2
            [landlord_id] => 3
            [title] => Frankie Housing 1
            [description] => Hello it my house
            [address] => Sunyani Berlin Top
            [city] => Sunyani
            [state] => Bono Region
            [postal_code] => 00233
            [country] => Ghana
            [property_type] => house
            [total_rooms] => 5
            [available_rooms] => 5
            [latitude] => 7.33803270
            [longitude] => -2.35489490
            [status] => active
            [verified] => 1
            [featured] => 1
            [verified_by] => 1
            [verified_at] => 2025-05-20 10:36:55
            [created_at] => 2025-05-19 21:39:24
            [updated_at] => 2025-10-09 11:35:47
            [land_size] => 
            [boundary_type] => 
            [zoning] => 
            [legal_status] => 
        )

    [1] => Array
        (
            [id] => 4
            [landlord_id] => 1
            [title] => Waxtron Estates
            [description] => 
            [address] => Sunyani Berlin Top
            [city] => Sunyani
            [state] => Bono Region
            [postal_code] => 00233
            [country] => Ghana
            [property_type] => apartment
            [total_rooms] => 3
            [available_rooms] => 3
            [latitude] => 7.33803270
            [longitude] => -2.35489490
            [status] => active
            [verified] => 0
            [featured] => 1
            [verified_by] => 
            [verified_at] => 
            [created_at] => 2025-05-20 23:12:59
            [updated_at] => 2025-11-26 13:50:59
            [land_size] => 
            [boundary_type] => 
            [zoning] => 
            [legal_status] => 
        )

    [2] => Array
        (
            [id] => 13
            [landlord_id] => 11
            [title] => Peter K Properties
            [description] => House selling at Sunyani Mantukwa
            [address] => Mantukwa, Sunyani, Ghana
            [city] => Mantukwa
            [state] => Bono Region
            [postal_code] => 
            [country] => Ghana
            [property_type] => house
            [total_rooms] => 1
            [available_rooms] => 0
            [latitude] => 7.39257490
            [longitude] => -2.37770370
            [status] => active
            [verified] => 0
            [featured] => 0
            [verified_by] => 
            [verified_at] => 
            [created_at] => 2026-01-07 21:21:22
            [updated_at] => 2026-01-14 18:35:03
            [land_size] => 
            [boundary_type] => 
            [zoning] => 
            [legal_status] => 
        )

)