Table that stores the number of licenses by feature
Data model
Fields
Field | Type | Description |
---|---|---|
id* | INT | Primary key of the table |
license_id* | INT | Unique License Identifier |
row_count* | INT | Number of licenses consumed per feature |
total_count* | INT | Number of licenses available by feature |
type* | INT | License Feature Type |
Primary Key
PK01_AVS_LICENSE_COUNT |
---|
id |
References
Column | Referenced Table | Referenced column | Name |
---|---|---|---|
license_id* | Bod. AFW_LICENSE | lice_id | FK01_AVS_LICENSE_COUNT |