CustomTransactions
Primary Key
| Primary Key | Field Type |
|---|---|
| CustomTransactionID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| TransactionTypeGuid | uniqueidentifier | |||
| DateProcessed | datetime | yes | ||
| Data | ntext | |||
| ClientsID | int | |||
| AddedByUserID | int | yes | ||
| DateLastChanged | datetime | Default = getutcdate() |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_CustomTransactions | CustomTransactionID | yes | yes | yes |