Association table between notification and receivers (security members) of the notification
| Primary Key | Name | Type | Length | Precision | Can Be Null | Default | References | Action | Hints | Comment |
|---|---|---|---|---|---|---|---|---|---|---|
| true | NotificationId | VARCHAR | 36 | false | IWA_Notification(NotificationId) | ON DELETE CASCADE | Id of the notification | |||
| true | ReceiverId | VARCHAR | 210 | false | IWA_SecurityMember(SecurityMemberId) | ON DELETE CASCADE | Id of the receiver of the notification |
| Name | Columns | Hints | Comment |
|---|---|---|---|
| IWA_NotificationReceiver_NotificationIdIndex | NotificationId | ||
| IWA_NotificationReceiver_ReceiverIdIndex | ReceiverId |
| Object | AsAssociation |
|---|---|
| IWA_NotificationReceiver | true |