| Table: Project_Template_Entity | |||
| Columns | |||
| Name | Type | Constraints | Description |
| project_template_entity_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 | |
| create_date_utc | datetime | NOT NULL | |
| project_template_KEY | int | NOT NULL | Key to a Project Template record. |
| entity_KEY | int | NOT NULL | Key to an Entity record. |
| row_version | timestamp | NOT NULL | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Project_Template_Entity$project_template_entity_KEY | project_template_entity_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Project_Template_Entity$project_template_KEY$entity_KEY | project_template_KEY, entity_KEY | ||
| Indexes | |||
| Name | Columns | Description | |
| IX_Project_Template_Entity$entity_KEY | entity_KEY | Index supports foreign key FK_Project_Template_Entity__Entity__entity_KEY | |
| Foreign keys | |||
| Name | Columns | Referenced table | Description |
| FK_Project_Template_Entity__Entity__entity_KEY | entity_KEY | Entity | |
| FK_Project_Template_Entity__Project_Template__project_template_KEY | project_template_KEY | Project_Template | |