Contains registration control records
| Column Name | Column Datatype | Column Null Option | Column Comment |
| control_uuid | byte(16) | not null | Control ID |
| control_name | nvarchar(64) | not null | Control Name |
| control_intval | integer | with null | Integer value |
| control_charval | nvarchar(4000) | with null | Character value |
| control_byteval | byte varying(4000) | with null | Byte value |
| control_uuidval | byte(16) | with null | UUID value |
| exclude_registration | integer | with null | Exclude registration |
| delete_time | integer | with null | Delete time |
Product Name: Asset
Table Type: Table