Stores information pertaining to code table security.
Fields
Field |
Field Type |
Null |
Notes |
Description |
TABLENAME
|
nvarchar(100)
|
false
|
|
Table name of the record to check security against.
|
COLUMNNAME
|
nvarchar(100)
|
false
|
|
Code table column name of the record to check security against.
|
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.
|