Mapping of applications to categories i.e which application is available in which categories
| Column | Type | References | Comments |
|---|---|---|---|
| id | Integer | Primary key | |
| vdb_id | Integer | ||
| app_id | Integer | db_application.id | Application ID |
| category_id | Integer | db_category.id | Category ID |