Field |
Field Type |
Null |
Notes |
Description |
LAYOUTID |
int |
|
Default = 0 |
Integer primary key of layout to be used in this theme |
SEQUENCE |
int |
|
Default = 0 |
Position of this layout in this theme. Site Pages may specify this id to denote which theme layout to use. |
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) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |