Table: dbo.Database_Property
Columns
NameTypeConstraintsDescription
database_property_KEYint (4)NOT NULLDatabase assigned primary key for this table.
update__staff_KEYint (4)NOT NULLKey of the Staff who last modified this row.
update_datedatetime (8, 3)NOT NULLThe date and time this row was last modified.
property_namenvarchar (256)NOT NULLName of this property (unique).
property_valuenvarchar (-1)Value of the property stored as a unicode string.
Primary key
NameColumnsDescription
PK_Database_Propertydatabase_property_KEY
Unique constraints
NameColumnsDescription
UK_Database_Property$property_nameproperty_name

Schema diagram