Relation between case and note
| Primary Key | Name | Type | Length | Precision | Can Be Null | Default | References | Action | Hints | Comment |
|---|---|---|---|---|---|---|---|---|---|---|
| true | CaseId | BIGINT | false | IWA_Case(CaseId) | ON DELETE SET NULL | MsSqlServer , MySql | Identifies the case, the note belongs to. | |||
| true | NoteId | BIGINT | false | IWA_Note(NoteId) | ON DELETE THIS CASCADE | MsSqlServer , MySql , Oracle | Identifies the note that belongs to the case. |
| Name | Columns | Hints | Comment |
|---|---|---|---|
| IWA_CaseNote_CaseIdIndex | CaseId | ||
| IWA_CaseNote_NoteIdIndex | NoteId |
| Object | AsAssociation |
|---|---|
| IWA_CaseNote | true |
| Object | NoReferenceUseTrigger |
|---|---|
| CaseId | true |
| NoteId | true |
| Object | NoReferenceUseTrigger |
|---|---|
| CaseId | true |
| NoteId | true |
| Object | NoReferenceUseTrigger |
|---|---|
| NoteId | true |