Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| OptID | int identity | 4 | √ | null |
|
|
Primary key - Unique identifier for each transaction option configuration |
|
| TransType | varchar | 20 | √ | null |
|
|
Transaction type - Type of transaction this option applies to |
|
| Calculation | varchar | 200 | √ | null |
|
|
Calculation method - Formula or method used for calculating transaction amounts |
|
| Show | int | 4 | √ | null |
|
|
Display flag - Numeric indicator controlling whether this option is displayed to users |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_TransOptions | Primary key | Asc | OptID |
