v_occupancy_history

v_occupancy_history

Purpose

  1. Historical occupancy information.


Relationships

  • v_occupancy: Many-to-One (N:1)

    • Many history records link to one occupancy

    • Referenced through place_id




Table



Column

Type

Description

id

integer

Primary key

place_id

integer

Location reference

address1

varchar(255)

Primary address

address2

varchar(255)

Secondary address

location_cache

text

Location details

street_name

varchar(128)

Street name

client_code

varchar(28)

Organization ID

place_status_code

varchar(20)

Status code

city

varchar(255)

City

state_code

varchar(3)

State code

zip

varchar(15)

ZIP code

preplan_status_code

varchar(25)

Pre-plan status

preplan_business_name

varchar(128)

Business name

preplan_business_phone

varchar(50)

Business phone

preplan_property_class

varchar(255)

Property class

preplan_business_type

varchar(128)

Business type

preplan_building_use

varchar(2048)

Building use

preplan_building_height_feet

integer

Height in feet

preplan_occupancy_load

varchar(128)

Occupant load

preplan_risk_score

smallint

Risk score

tce_premise_ids

text

Premise IDs

premise_code

varchar(25)

Premise code







    • Related Articles

    • Inspection Record - Violations History

      Purpose To demonstrate how to view the Violations History for an Occupancy when recording an Inspection. Video Instructions 1. Click on Violations History to view current violations. 2. Select violations status to view. 3. To search current ...
    • v_preplan_hazmat_history

      Purpose Historical hazardous materials records. Relationships v_preplan_hazmat: Many-to-One (N:1) Many history records link to one current hazmat record Referenced through matching attributes v_occupancy: Many-to-One (N:1) Many hazmat histories link ...
    • v_occupancy

      Purpose Building and occupancy information. Relationships v_occupancy_contact: One-to-Many (1:N) One occupancy can have many contacts Referenced through place_id f_fire_inspection: One-to-Many (1:N) One occupancy can have many inspections Referenced ...
    • v_personnel_employment_history

      Purpose Personnel employment history records. Relationships v_personnel: Many-to-One (N:1) Many history records link to one personnel Referenced through user_id v_fire_dept_user: Many-to-One (N:1) Many history records created by one user Referenced ...
    • v_epcr_history

      Purpose Patient medical history records. Relationships f_epcr: Many-to-One (N:1) Many history records link to one EPCR Referenced through epcr_id v_epcr_history_medication: One-to-Many (1:N) One history record can have many medication records ...