Table: Database_Property
Columns
NameTypeConstraintsDescription
database_property_KEYintNOT NULLAUTO-INCREMENT: Database assigned primary key for this table.
update__staff_KEYintNOT NULL
update_date_utcdatetimeNOT NULL
property_namenvarchar (128)NOT NULLName of this property (unique).
property_valuenvarchar (-1)NOT NULLValue of the property stored as a unicode string.
Primary key
NameColumnsDescription
PK_Database_Property$database_property_KEYdatabase_property_KEYCLUSTERED
Unique constraints
NameColumnsDescription
UK_Database_Property$property_nameproperty_name

Schema diagram