Changes between Version 12 and Version 13 of Domain/EmergencyManagement/IncidentManagementSystems/IncidentCommandSystem(UnitedStates)
- Timestamp:
- 05/03/11 22:52:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Domain/EmergencyManagement/IncidentManagementSystems/IncidentCommandSystem(UnitedStates)
v12 v13 210 210 211 211 == Table structures == 212 A brainstorm on possible DB schema: 213 212 214 '''person''' 213 215 ||person_id||INTEGER(8)||UNSIGNED||NOT NULL|| … … 516 518 ||PRIMARY KEY||(organization_id,phone_id)|| 517 519 ||UNIQUE KEY||IDX_organization_phone1(organization_id,phone_id)|| 520 ||UNIQUE KEY||IDX_organization_phone1(organization_id,phone_id)||