Changes between Version 9 and Version 10 of ERdiagram
- Timestamp:
- 09/24/25 22:33:11 (10 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ERdiagram
v9 v10 43 43 * person_id (Foreign Key) 44 44 45 ^^CrimeType45 !CrimeType 46 46 47 47 * **Primary Key (PK):** crime_type_id … … 85 85 ==== Weak Entities ==== 86 86 87 FilterSession87 !FilterSession 88 88 89 89 * **Primary Key (PK):** session_id … … 93 93 * user_id (Foreign Key) 94 94 95 ReportiumUser95 !ReportiumUser 96 96 97 97 * **Primary Key (PK):** reportium_user_id … … 102 102 * surname 103 103 104 UserProfile104 !UserProfile 105 105 106 106 * **Primary Key (PK):** profile_id … … 112 112 * has_fs_stored 113 113 114 UserProfileLog114 !UserProfileLog 115 115 116 116 * **Primary Key (PK):** log_id … … 122 122 ==== Report Subtypes ==== 123 123 124 AcademicReport124 !AcademicReport 125 125 * **Primary Key (PK):** report_id (inherited) 126 126 * **Additional Attributes:** … … 128 128 * description 129 129 130 CriminalReport130 !CriminalReport 131 131 132 132 * **Primary Key (PK):** report_id (inherited) … … 136 136 * from_type 137 137 138 MedicalReport138 !MedicalReport 139 139 140 140 * **Primary Key (PK):** report_id (inherited) … … 143 143 * next_control_date 144 144 145 EmploymentReport145 !EmploymentReport 146 146 147 147 * **Primary Key (PK):** report_id (inherited) … … 152 152 * income_per_month 153 153 154 ExportLog154 !ExportLog 155 155 156 156 * **Primary Key (PK):** export_id