issues
search
kblyr
/
OneMind
Team management application suite built in .NET
MIT License
0
stars
0
forks
source link
[entity] Organization Invitation
#49
Closed
kblyr
closed
3 years ago
kblyr
commented
3 years ago
These are the fields an
Organization Invitation
has:
Id
Primary key
Auto increment
Integer 64-bit
Non-nullable
Organization ID
Integer 32-bit
Non-nullable
Linked to
Organization.ID
Invitation Date
Timestamp with time-zone
Non-nullable
Sender ID
Integer 32-bit
Non-nullable
Linked to
User.ID
Recipient ID
Integer 32-bit
Non-nullable
Linked to
User.ID
Message
Text
Nullable
Status
Enum of
InvitationStatus
Non-nullable
Value can be
Pending
,
Accepted
or
Rejected
Accepted On
Timestamp with time-zone
Nullable
Rejected On
Timestamp with time-zone
Nullable
These are the fields an Organization Invitation has: