Contains information about system defaults
| Column Name | Column Datatype | Column Null Option | Column Comment |
| dfid | integer | not null | Definition ID. First part of the primary key. |
| dfkey | nvarchar(50) | not null | Default key. Second part of the primary key. |
| dfsubkey | nvarchar(10) | not null | Default key subtype. Third part of the primary key. |
| dftype | integer | not null | Default key type. Can be used for asset type, legaldoc definition, etc. Fourth part of the primary key. |
| dfvalue | nvarchar(3800) | with null | Default value |
| creation_user | nvarchar(64) | with null | User or process that created the record. |
| creation_date | integer | with null | Creation date |
| last_update_user | nvarchar(64) | with null | Last update user |
| last_update_date | integer | with null | Last update date |
| version_number | integer | with null | Version number |
Product Name: Unicenter Asset Portfolio Management
Table Type: Table