Table: Integration_Application | |||
Columns | |||
Name | Type | Constraints | Description |
integration_application_KEY | int | NOT NULL | AUTO-INCREMENT: Database assigned primary key for this table |
row_version | timestamp | NOT NULL | |
update__staff_KEY | int | NOT NULL | |
update_date_utc | datetime | NOT NULL | |
create_date_utc | datetime | NOT NULL | |
description | nvarchar (250) | NOT NULL | User defined description (unique). |
Primary key | |||
Name | Columns | Description | |
PK_Integration_Application$integration_application_KEY | integration_application_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Integration_Application$description | description | Each description must be unique. |