Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| pkQaNoteCategoryID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each QA note category |
|
| QaNoteCategoryName | nvarchar | 100 | √ | null |
|
|
Category name - Descriptive name of the quality assurance note category |
|
| InternalTable | nvarchar | 100 | √ | null |
|
|
Internal table reference - Database table name associated with this QA note category for data mapping |
|
| InternalField | nvarchar | 100 | √ | null |
|
|
Internal field reference - Database field name associated with this QA note category for data mapping |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_QaNoteCategory | Primary key | Asc | pkQaNoteCategoryID |
