NAMINGOPPORTUNITYFACILITY
Contains information pertaining to a naming opportunity facility.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
NAME |
nvarchar(100) |
|
Default = '' |
The name of the naming opportunity's facility. |
ADDRESSBLOCK |
nvarchar(150) |
|
Default = '' |
Contains the facility's address lines. |
CITY |
nvarchar(50) |
|
Default = '' |
Contains the facility's city. |
POSTCODE |
nvarchar(12) |
|
Default = '' |
Contains the facility's post code. |
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
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_NAMINGOPPORTUNITYFACILITY_DATEADDED |
DATEADDED |
|
|
yes |
IX_NAMINGOPPORTUNITYFACILITY_DATECHANGED |
DATECHANGED |
|
|
|
PK_NAMINGOPPORTUNITYFACILITY |
ID |
yes |
yes |
|
Triggers
Referenced by