Field |
Field Type |
Null |
Notes |
Description |
MIN |
bigint |
|
Default = ((1)) |
Minimum finder number for this set |
MAX |
bigint |
|
Default = ((1)) |
Maximum finder number for this set |
ISRESERVED |
bit |
|
Default = 0 |
Is the finder number set reserved? |
INUSE |
bit |
|
Default = 0 |
Is the finder number set in 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. |
CHECKDIGIT |
bit |
|
Default = 0 |
Do finder numbers use a check digit? |
FIXEDWIDTH |
tinyint |
|
Default = 0 |
The total number of characters that will be used by each finder number. Unused space will be padded with zeros. |