Table sem5.dbo.HOMEPAGECONFIG
Keeps administrator-specific preferences

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
HOMEPAGECONFIG_IDX char 32
USER_NAME char 32 ('') Admin GUID
PARAMETER varchar 255 ('') Parameter name
VALUE nvarchar 510 ('') Parameter value
USN bigint 8 ((1)) A USN-based serial number; this ID is not unique.
TIME_STAMP bigint 8 ((0)) The time when the event is logged into system (GMT), which is server side time
DELETED tinyint 1 ((0)) Deleted row; 0 = Not Deleted, 1 = Deleted

Analyzed at Mon Oct 29 12:07 PDT 2012

Indexes:
Column(s) Type Sort Constraint Name
HOMEPAGECONFIG_IDX Primary key Asc PK_HOMEPAGECONFIG
USER_NAME Performance Asc I_HOMEPAGECONFIG_USER_NAME