Changes between Version 4 and Version 5 of ConceptualModel


Ignore:
Timestamp:
05/05/26 01:55:46 (12 hours ago)
Author:
181201
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConceptualModel

    v4 v5  
    2929
    3030----
     31
     32{{{Admin}}}
     33
     34Subtype/specialization of {{{User}}} entity. Inherits from {{{User}}}. Has administrator privileges.
     35
     36'''Candidate keys:'''
     37* {{{user_id}}} - Inherits {{{user_id}}} from {{{User}}}
     38
     39'''Attributes:'''
     40
     41* Inherits all attributes from {{{User}}}
     42
     43----