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_utc | datetime | NOT NULL | |
description | nvarchar (250) | NOT NULL | User defined description. |
create_date_utc | 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. |