Contains a list of subschema for products which can report new assets
| Column Name | Column Datatype | Column Null Option | Column Comment |
| subschema_id | integer | not null | Unique identifier for the subschema. Primary key. |
| subschema_name | nvarchar(255) | with null | Subschema name. (e.g. UArgis, CORe, ITRM) |
| subschema_version | nvarchar(255) | with null | Subschema version. |
| creation_user | nvarchar(64) | with null | User or process that created the record. |
| creation_date | integer | with null | Date the record was created. |
| last_update_user | nvarchar(64) | with null | User or process that last updated the record. |
| last_update_date | integer | with null | Date the record was last updated. |
| version_number | integer | with null | Version number for transaction integrity. |
| exclude_registration | integer | with null | Exclude registration. |
| delete_time | integer | with null | Delete time |
Product Name: Asset
Table Type: Table