Table: Billing_Rate_Type | |||
Columns | |||
Name | Type | Constraints | Description |
billing_rate_type_KEY | int | NOT NULL | AUTO-INCREMENT: Database assigned primary key for this table. |
update__staff_KEY | int | NOT NULL | |
update_date | datetime | NOT NULL | |
description | nvarchar (30) | NOT NULL | User defined description. |
create_date | datetime | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Billing_Rate_Type$billing_rate_type_KEY | billing_rate_type_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Billing_Rate_Type__description | description | Each description must be unique. |