badge_external table columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null | 
				   | 
				 
				   | 
				 ||||
| backpackid | BIGINT | 19 | null | 
				   | 
				 
				  
  | 
				 ID of a backpack  | 
				||||
| collectionid | BIGINT | 19 | null | 
				   | 
				 
				   | 
				 Badge collection id in the backpack  | 
				||||
| entityid | VARCHAR | 255 | √ | null | 
				   | 
				 
				   | 
				 ||||
| assertion | LONGTEXT | 2147483647 | √ | null | 
				   | 
				 
				   | 
				 Assertion of external badge  | 
				
Table contained -1 rows
badge_external table indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| badgexte_bac_ix | Performance | Asc | backpackid | 
