STUDENTPAYMENTPARTEE7SETTINGS
Holds information about an instance of the student payment EE7 part.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
ORDERPAGEID |
int |
|
Default = 0 |
The ID of the page hosting the order display part. Upon adding or updating tickets, the browser can be redirected to this page. |
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
CONTENTID |
int |
|
SiteContent.ID
|
The part instance these settings apply to. |
ADDEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
CHANGEAGENT.ID
|
FK to CHANGEAGENT. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_STUDENTPAYMENTPARTEE7SETTINGS_DATEADDED |
DATEADDED |
|
|
yes |
IX_STUDENTPAYMENTPARTEE7SETTINGS_DATECHANGED |
DATECHANGED |
|
|
|
PK_STUDENTPAYMENTPARTEE7SETTINGS |
ID |
yes |
yes |
|
UC_STUDENTPAYMENTPARTEE7SETTINGS_CONTENTID |
CONTENTID |
yes |
|
|
Triggers