Badge External Table Schema (badge_external)


Description

Setting for external badges display

badge_external table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
backpackid BIGINT 19 null
badge_backpack.id badgexte_bac2_fk R

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

badge_external table relationships