Table: dbo.BS_Billing_Item__GL_Account__receivable | |||
Tracks an outgoing reference to other client data in FK_Billing_Item__GL_Account__receivable__gl_account_KEY. Backup and restore uses this to link a restored client to data in another client. | |||
Columns | |||
Name | Type | Constraints | Description |
billing_item_KEY | int (4) | NOT NULL | The primary key, referencing the record that in turn references the FK that this table is tracking. |
gl_account_guid | uniqueidentifier (16) | NOT NULL | The referenced item, unique across all databases. |
Primary key | |||
Name | Columns | Description | |
PK_BS_Billing_Item__GL_Account__receivable$billing_item_KEY | billing_item_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_BS_Billing_Item__GL_Account__receivable | billing_item_KEY | Billing_Item (billing_item_KEY) |