Field |
Field Type |
Null |
Notes |
Description |
NUMBER |
nvarchar(100) |
|
Default = '' |
|
ISPRIMARY |
bit |
|
Default = 0 |
|
SEQUENCE |
int |
|
Default = 0 |
|
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. |
STARTTIME |
UDT_HOURMINUTE |
|
Default = '' |
Time that the phone number becomes valid. |
ENDTIME |
UDT_HOURMINUTE |
|
Default = '' |
Time that the phone number becomes no longer valid. |
STARTDATE |
date |
 |
|
The date the phone number becomes valid. |
SEASONALSTARTDATE |
UDT_MONTHDAY |
|
Default = '0000' |
For seasonal phone types only: DD/MM start date of when this phone should be considered. |
SEASONALENDDATE |
UDT_MONTHDAY |
|
Default = '0000' |
For seasonal phone types only: DD/MM end date of when this phone should be considered. |