building

Core Table
Portfolio & Properties

Stores buildings within a property including physical attributes, classifications and key references.

Primary Key
building_code
Record Type
Operational
Log Tables
building_log
Summary Views
daily_building_summary
Last Updated
May 20, 2026
AI Usefulness
4.6
/ 5.0

High value for AI analytics, prediction and automation.

All (8)Key (1)Calculated (2)
Field CodeCaptionData TypeLengthPKCalculatedDescription
building_codeBuilding CodeVarchar50Unique code for each building.
building_nameBuilding NameVarchar255Name of the building.
property_codeProperty CodeVarchar50Property where the building is located.
building_type_codeBuilding Type CodeVarchar50Reference to building_type table.
year_builtYear BuiltIntegerYear the building was constructed.
gross_floor_areaGross Floor Area (m²)Decimal18,2Total gross floor area.
net_floor_areaNet Floor Area (m²)Decimal18,2Net area of the building.
status_codeStatus CodeVarchar50Current status of the building.
Showing 8 of 8 (47 total in schema)
Relationships (Links to)
  • property N:1
    Building belongs to a property.
  • floor 1:N
    Building contains floors.
  • building_type N:1
    Reference to classification.
Operational Meaning

The building table anchors every physical operation in the platform — from work orders and inspections to occupancy and energy use. Every space, asset and task ultimately resolves to a building.

AI Opportunities
  • Maintenance cost benchmarking by building
  • Energy & utility usage prediction
  • Compliance risk scoring
  • Portfolio-wide condition assessment
Suggested Queries
  • "Show all buildings with the highest maintenance cost in the last 90 days."
  • "Which buildings are due for fire-system inspection this quarter?"
  • "Rank buildings by open work order backlog."
Back to Core Tables