| Table: dbo.Active_Status | |||
| This table stores the values to be used for showing the Status values for various entities. | |||
| Columns | |||
| Name | Type | Constraints | Description |
| active_status_KEY | tinyint (1) | NOT NULL | The primary key. |
| description | nvarchar (16) | NOT NULL | The description. |
| Primary key | |||
| Name | Columns | Description | |
| PK_Active_Status | active_status_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Active_Status$description | description | ||
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client_Pay_Schedule$active_status_KEY | active_status_KEY | Client_Pay_Schedule | |