Changes between Version 18 and Version 19 of ERdiagram
- Timestamp:
- 09/25/25 23:12:49 (6 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ERdiagram
v18 v19 97 97 * created_at - timestamp 98 98 99 10. !UserProfile100 101 * **Primary Key (PK):** profile_id - integer102 * **Attributes:**103 * profile_created_at - timestamp104 * user_id - (Foreign Key to !ReportiumUser Entity)105 * username - text106 * role_id - (Foreign Key to Role Entity)107 108 99 ==== Слаби ентитети ==== 109 100 … … 135 126 * file_name - text 136 127 * session_id - (Foreign Key to !FilterSession Entity) 128 129 4. !UserProfile 130 131 * **Primary Key (PK):** profile_id - integer 132 * **Attributes:** 133 * profile_created_at - timestamp 134 * user_id - (Foreign Key to !ReportiumUser Entity) 135 * username - text 136 * role_id - (Foreign Key to Role Entity) 137 137 138 138 ==== Подтипови на Report ентитетот ====