UNSUPPORTEDPAYMENTGATEWAYS
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| GATEWAYID | uniqueidentifier | |||
| ISPTE | bit | Default = 1 | ||
| DESCRIPTION | nvarchar(500) | Default = '' | ||
| DATEADDED | datetime | Default = getdate() | ||
| DATECHANGED | datetime | Default = getdate() | ||
| TS | timestamp | |||
| TSLONG | bigint (Computed) | yes | CONVERT(bigint, TS) |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
| CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_UNSUPPORTEDPAYMENTGATEWAYS_DATEADDED | DATEADDED | yes | ||
| IX_UNSUPPORTEDPAYMENTGATEWAYS_DATECHANGED | DATECHANGED | |||
| PK_UNSUPPORTEDPAYMENTGATEWAYS | ID | yes | yes |
Triggers
| Trigger Name | Description |
|---|---|
| TR_UNSUPPORTEDPAYMENTGATEWAYS_AUDIT_UPDATE | |
| TR_UNSUPPORTEDPAYMENTGATEWAYS_AUDIT_DELETE |