Skip to content

Database schema: the entity table

Cătălin Frâncu edited this page May 22, 2019 · 1 revision

An entity represents an author of statements.

Column Description
id Unique numeric ID.
name Name of the entity.
type Type of this entity. Currently one of person, party and union (of parties).
imageExtension Extension of the profile picture file. If empty, the entity has no profile picture. Otherwise, there should exist a file on the shared drive under img/entity/%{id}.%{imageExtension}.
userId User that added this entity. Matches user.id.