Contains links between asset models and typical software definitions that they cover
| Column Name | Column Datatype | Column Null Option | Column Comment |
| model_uuid | byte(16) | not null | Foreign key to the ca_model_def table for the license. |
| sw_def_uuid | byte(16) | not null | Foreign key to the ca_software_def table for the software definition covered by the license. |
| last_update_date | integer | not null | Date the record was last updated. |
| version_number | integer | with null | Version number for transaction integrity. |
Product Name: Asset
Table Type: Table