Badge Endorsement Table Schema (badge_endorsement)


Description

Defines endorsement for badge

badge_endorsement table columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
badgeid BIGINT 19 0
badge.id badgendo_bad2_fk R
issuername VARCHAR 255
issuerurl VARCHAR 255
issueremail VARCHAR 255
claimid VARCHAR 255 null
claimcomment LONGTEXT 2147483647 null
dateissued BIGINT 19 0

Table contained -1 rows

badge_endorsement table indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
badgendo_bad_ix Performance Asc badgeid

badge_endorsement table relationships