Changes between Version 12 and Version 13 of ERModel


Ignore:
Timestamp:
09/19/26 15:23:58 (4 days ago)
Author:
236021
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ERModel

    v12 v13  
    1 
    21= ER Diagram =
    32
     
    54
    65
    7 [[Image("ERModel_v04.png", width=1400)]]
     6[[Image("ERModel_v05.png", width=1400)]]
    87
    98----
     
    466465  payment_date (date) — optional
    467466
     467  created_at (timestamp) — optional, auto-generated by the database, defaults to the current timestamp when the row is created
     468
    468469  record_id (FK, bigint) — required, references Medical_Records
    469470
     
    516517  notes (text) — optional
    517518
     519  created_at (timestamp) — optional, auto-generated by the database, defaults to the current timestamp when the row is created
     520
    518521=== Associative entities (M:N junctions that carry their own attributes) ===
    519522