REVENUEPOSTEDTEMP
Stores the information for a posted revenue record.
Fields
Field |
Field Type |
Null |
Notes |
Description |
ID |
uniqueidentifier |
|
Default = (newid()) |
Primary Key. |
ADDEDBYID |
uniqueidentifier |
|
|
FK to CHANGEAGENT. |
CHANGEDBYID |
uniqueidentifier |
|
|
FK to CHANGEAGENT. |
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. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_REVENUEPOSTED_DATEADDED |
DATEADDED |
|
|
yes |
Triggers