Table: dbo.BS_Billing_Item__GL_Account__fees
Tracks an outgoing reference to other client data in FK_Billing_Item__GL_Account__fees__gl_account_KEY. Backup and restore uses this to link a restored client to data in another client.
Columns
NameTypeConstraintsDescription
billing_item_KEYint (4)NOT NULLThe primary key, referencing the record that in turn references the FK that this table is tracking.
gl_account_guiduniqueidentifier (16)NOT NULLThe referenced item, unique across all databases.
Primary key
NameColumnsDescription
PK_BS_Billing_Item__GL_Account__fees$billing_item_KEYbilling_item_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_BS_Billing_Item__GL_Account__feesbilling_item_KEYBilling_Item (billing_item_KEY)

Schema diagram