Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
---|---|---|---|---|---|---|---|---|
wkDebtorElectronicReceiptsExceptionsSeq | int identity | 4 | √ | null |
|
|
||
CreatedDate | datetime | 16,3 | √ | (getdate()) |
|
|
||
SessionID | varchar | 100 | null |
|
|
|||
TransactionNumber | varchar | 30 | ('') |
|
|
|||
TransactionDate | datetime | 16,3 | √ | null |
|
|
||
CreditCardType | varchar | 10 | ('') |
|
|
|||
CreditCardNumber | varchar | 30 | ('') |
|
|
|||
Amount | money | 21,4 | √ | null |
|
|
||
DebtorReference | varchar | 21 | ('') |
|
|
|||
Error | varchar | 100 | ('') |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_wkDebtorElectronicReceiptsExceptions | Primary key | Asc | wkDebtorElectronicReceiptsExceptionsSeq |
AK_wkDebtorElectronicReceiptsExceptions_SessionID | Performance | Asc | SessionID |