Table: Database_Property | |||
Columns | |||
Name | Type | Constraints | Description |
database_property_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 | |
property_name | nvarchar (128) | NOT NULL | Name of this property (unique). |
property_value | nvarchar (-1) | NOT NULL | Value of the property stored as a unicode string. |
Primary key | |||
Name | Columns | Description | |
PK_Database_Property$database_property_KEY | database_property_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Database_Property$property_name | property_name |