| Table: dbo.Database_Property | |||
| Columns | |||
| Name | Type | Constraints | Description |
| database_property_KEY | int (4) | NOT NULL | Database assigned primary key for this table. |
| update__staff_KEY | int (4) | NOT NULL | Key of the Staff who last modified this row. |
| update_date | datetime (8, 3) | NOT NULL | The date and time this row was last modified. |
| property_name | nvarchar (256) | NOT NULL | Name of this property (unique). |
| property_value | nvarchar (-1) | Value of the property stored as a unicode string. | |
| Primary key | |||
| Name | Columns | Description | |
| PK_Database_Property | database_property_KEY | ||
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Database_Property$property_name | property_name | ||