Changes between Version 12 and Version 13 of ERModel
- Timestamp:
- 09/19/26 15:23:58 (4 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ERModel
v12 v13 1 2 1 = ER Diagram = 3 2 … … 5 4 6 5 7 [[Image("ERModel_v0 4.png", width=1400)]]6 [[Image("ERModel_v05.png", width=1400)]] 8 7 9 8 ---- … … 466 465 payment_date (date) — optional 467 466 467 created_at (timestamp) — optional, auto-generated by the database, defaults to the current timestamp when the row is created 468 468 469 record_id (FK, bigint) — required, references Medical_Records 469 470 … … 516 517 notes (text) — optional 517 518 519 created_at (timestamp) — optional, auto-generated by the database, defaults to the current timestamp when the row is created 520 518 521 === Associative entities (M:N junctions that carry their own attributes) === 519 522
