Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ExcepType | varchar | 10 | null |
|
|
Primary key - Unique identifier for each payroll exception rule type |
|||||
| ExcepDescription | varchar | 255 | √ | null |
|
|
Exception description - Detailed description of the payroll exception rule type |
||||
| FieldName | varchar | 50 | √ | null |
|
|
Field name - Database field name associated with this exception rule type |
||||
| FieldQuantifier | varchar | 30 | √ | null |
|
|
Field qualifier - Qualifier or condition for the field associated with this exception rule |
||||
| Tablename | varchar | 50 | √ | null |
|
|
Table name - Database table name where this exception rule type applies |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK__PayrollException__5CA357AF | Primary key | Asc | ExcepType |
