Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OnlineImportApplicationsSeq | int identity | 4 | √ | null |
|
|
||||||||
ApplicationDate | datetime | 16,3 | √ | (getdate()) |
|
|
||||||||
BillingEmailAddress | varchar | 50 | ('') |
|
|
|||||||||
ApplicationAmount | money | 21,4 | ((0)) |
|
|
|||||||||
PaymentTransactionCode | varchar | 100 | √ | ('') |
|
|
||||||||
PaymentResponseCode | varchar | 100 | √ | ('') |
|
|
||||||||
PaymentResponseText | varchar | 100 | √ | ('') |
|
|
||||||||
PaymentError | varchar | 100 | √ | ('') |
|
|
||||||||
ApplicationStatus | varchar | 15 | ('') |
|
|
|||||||||
ApplicationDocumentXML | varchar | 2147483647 | ('') |
|
|
|||||||||
FamilyBasedFeeFlag | bit | 1 | ((0)) |
|
|
|||||||||
EnquiryDate | datetime | 16,3 | √ | null |
|
|
||||||||
OnlineImportApplicationID | int | 4 | ((0)) |
|
|
|||||||||
UniqueId | varchar | 40 | ('') |
|
|
|||||||||
ApplicationTypeCode | varchar | 3 | ('') |
|
|
|||||||||
AgentID | int | 4 | ((0)) |
|
|
|||||||||
MerchantEnrolmentDepositDefinition | varchar | 2147483647 | ('') |
|
|
|||||||||
PaymentRequest | varchar | 2147483647 | ('') |
|
|
|||||||||
PaymentResponse | varchar | 2147483647 | ('') |
|
|
|||||||||
HTMLSnapshot | nvarchar | 1073741823 | √ | null |
|
|
||||||||
OnlineEditorPageSeq | int | 4 | √ | null |
|
|
Table contained -1 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PK_OnlineImportApplications | Primary key | Asc | OnlineImportApplicationsSeq |