Table: dbo.Client_Synchronization_Type
This table defines all of the client synchronization types used in the Client_Synchronization table.
Columns
NameTypeConstraintsDescription
client_synchronization_type_KEYint (4)NOT NULLPrimary Key for this table.
descriptionnvarchar (200)NOT NULLThe description of the client synchronization type.
Primary key
NameColumnsDescription
PK_Client_Synchronization_Typeclient_synchronization_type_KEY
Incoming foreign keys
NameColumnsReferencing tableDescription
FK_Client_Synchronization__Client_Synchronization_Type__client_synchronization_type_KEYclient_synchronization_type_KEYClient_Synchronization

Schema diagram