Table sem5.dbo.LAN_DEVICE_EXCLUDED
Keeps known LAN devices info

Generated by
SchemaSpy
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
EXCLUDED_ID char 32
HASH char 32 Link with the computer HARDWARE_KEY
EXCLUDE_MODE tinyint 1
MAC_ADDRESS varchar 18  √  null Mac Address of the device
IP_ADDRESS bigint 8  √  null IP Address of the device
SUBNET_MASK bigint 8  √  null Subnet mask of the device
IP_RANGE_START bigint 8  √  null Start of IP Address range
IP_RANGE_END bigint 8  √  null End of IP Address range
USN bigint 8 Update serial number; used by replication
TIME_STAMP bigint 8 Time that the record was modified; used to resolve merge conflict
DELETED tinyint 1 The deleted flag of the schema object:
0 = Deleted
1 = Not Deleted
RESERVED_INT1 int 4  √  null
RESERVED_INT2 int 4  √  null
RESERVED_BIGINT1 bigint 8  √  null
RESERVED_BIGINT2 bigint 8  √  null
RESERVED_CHAR1 char 32  √  null
RESERVED_CHAR2 char 32  √  null
RESERVED_VARCHAR1 varchar 260  √  null
RESERVED_BINARY varbinary 2000  √  null

Analyzed at Mon Oct 29 12:07 PDT 2012

Indexes:
Column(s) Type Sort Constraint Name
EXCLUDED_ID Primary key Asc PK_LAN_DEVICE_EXCLUDED
USN Performance Asc I_LAN_DEVICE_EXCLUDED_USN