Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkCodeID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each account code |
||||
| Code | varchar | 50 | √ | null |
|
|
Account code - Standardized code used for financial categorization and billing purposes |
||||
| Description | varchar | 200 | √ | null |
|
|
Code description - Human-readable description explaining the purpose and usage of the account code |
||||
| deleted | bit | 1 | √ | null |
|
|
Deletion flag - Boolean indicator for soft deletion to maintain referential integrity while hiding inactive codes |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_AccountCodes | Primary key | Asc | pkCodeID |
