About
The PartnerPortal database is a relational SQL Server database, built using an Entity Framework code-first approach.
It contains tables representing real-world entities, such as WorkOrder, Contractor, GridCompany, as well as technical assets like Meter, CableSpecification, and ServiceLine.
In addition, it includes tables that define the work order flow, for example WorkOrderType, WorkOrderStatus, Instruction, and CompletionInfo.

