Table: Recurring_Bill | |||
Columns | |||
Name | Type | Constraints | Description |
recurring_bill_KEY | int | NOT NULL | AUTO-INCREMENT: Database assigned primary key for this table |
update__staff_KEY | int | NOT NULL | |
update_date_utc | datetime | NOT NULL | |
description | nvarchar (250) | NOT NULL | User defined description (unique). |
create_date_utc | datetime | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Recurring_Bill$recurring_bill_KEY | recurring_bill_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Recurring_Bill$description | description | Each description must be unique. |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Engagement__Recurring_Bill__recurring_bill_KEY | recurring_bill_KEY | Engagement |