Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| fkActionID | int | 4 | √ | null |
|
|
Foreign key reference - Reference to Action table for data relationships |
||||
| fkInvLogID | int | 4 | √ | null |
|
|
Foreign key reference - Reference to InvLog table for data relationships |
||||
| fkFormID | int | 4 | √ | null |
|
|
Form reference - Reference to the associated form (foreign key to Forms.FormID) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| IX_ActionID | Performance | Asc | fkActionID |
| IX_InvLogID | Performance | Asc | fkInvLogID |