Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkControlSQLID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each SQL control |
||||
| fkAATID | int | 4 | null |
|
|
Activity assignment type reference - Links to ActivityAssignmentTypeControls for the associated control |
|||||
| ControlSQL | varchar | 5000 | null |
|
|
SQL statement - SQL query or control logic for this control |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_ControlInSQL | Primary key | Asc | pkControlSQLID |
