Skip to main content

Person Type

Data Dictionary - Entity Table: Person_Type#

This is a lookup table for the Person_Type column in the Person Table.

The Person relates to several Person Types, e.g. Individual, Association, Corporation, Trust.

Primary Key ('id').ENGINE = InnoDB..
Column NameData TypePK Primary Key, NN-Not Null, NullExampleComments
idBIGINT(12)PK, NN1PrimaryKey-ID, Not Null (auto creates)
NameVARCHAR(45)NULLIndividual; Association; Corporation; TrustType of Person - individual or legal entity.