document

Core Table
Documents

Stores all documents including drawings, manuals, certificates with revision control.

Primary Key
document_code
Record Type
Operational
Log Tables
document_revision_log
Summary Views
monthly_document_summary
Last Updated
May 20, 2026
AI Usefulness
4.4
/ 5.0

High value for AI analytics, prediction and automation.

All (6)Key (1)Calculated (2)
Field CodeCaptionData TypeLengthPKCalculatedDescription
document_codeDocument CodeVarchar50Unique code for each document.
document_nameDocument NameVarchar255Name of the document.
document_type_codeDocument Type CodeVarchar50Reference to document_type.
revision_noRevision NoVarchar20Current revision number.
file_urlFile URLVarchar1000Location of the document file.
effective_dateEffective DateDateDate the document is effective.
Showing 6 of 6 (29 total in schema)
Relationships (Links to)
  • document_type N:1
    Document classification.
  • building N:1
    Document linked to a building.
  • equipment N:N
    Documents attached to equipment.
Operational Meaning

Versioned document store powering compliance, O&M handover and audit-ready evidence.

AI Opportunities
  • Document compliance & expiry tracking
  • Auto-tagging & classification
  • Semantic search over manuals
  • Drawing-to-asset linking
Suggested Queries
  • "Show all expired certificates in Building 2."
  • "Which O&M manuals are missing for critical equipment?"
  • "List documents revised in the last 30 days."
Back to Core Tables