Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkiCommunicateDocID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each communication-document association |
||||
| fkCommunicateID | int | 4 | √ | null |
|
|
Communication reference - Links to iCommunicate table for the message |
||||
| fkDocID | int | 4 | √ | null |
|
|
Document reference - Links to the document associated with the communication |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_iCommunicateInDocuments | Primary key | Asc | pkiCommunicateDocID |
