Stores constituent phone batch information.
Fields
Field |
Field Type |
Null |
Notes |
Description |
NUMBER
|
nvarchar(100)
|
false
|
|
|
ISPRIMARY
|
bit
|
false
|
|
|
SEQUENCE
|
int
|
false
|
|
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
STARTTIME
|
UDT_HOURMINUTE
|
false
|
|
Time that the phone number becomes valid.
|
ENDTIME
|
UDT_HOURMINUTE
|
false
|
|
Time that the phone number becomes no longer valid.
|
STARTDATE
|
date
|
true
|
|
The date the phone number becomes valid.
|
SEASONALSTARTDATE
|
UDT_MONTHDAY
|
false
|
|
For seasonal phone types only: DD/MM start date of when this phone should be considered.
|
SEASONALENDDATE
|
UDT_MONTHDAY
|
false
|
|
For seasonal phone types only: DD/MM end date of when this phone should be considered.
|