Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
int | Default = 0 | The quantity of the resource needed for the event. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
![]() |
int | Default = 0 | The number of items used per each ticket sold, only valid when this is a per ticket item. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | ![]() |
EVENT.ID | The event that this resource is added to. |
![]() |
uniqueidentifier | RESOURCE.ID | The resource that we are adding to the program. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | ![]() |
EVENTCONFLICT.ID | This is the conflict generated if this event could not be scheduled for any reason. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
EVENTID, EVENTCONFLICTID, RESOURCEID | ![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |