Skip to main content
Version: V2 (Ignition 8.1)

Person Personnel Certifications

Overview

The person_personnel_certifications table is a pure join (link) table that maps the many-to-many relationship between personnel and their personnel_certifications. Each row links one Person to one PersonnelCertification. The table carries only the two foreign-key columns and does not include the standard BaseEntity audit columns (such as id, created_date, or modified_by).

Table Structure

The following table outlines the SQL columns for the person_personnel_certifications table, providing a brief description of each, along with sample data where applicable.

ColumnTypeDescriptionExample
person_idString (ULID)Foreign key referencing the Person in this link. Part of the composite key. See personnel.01JAP8RJBN-8ZTPXSGY-J9GSDPE1
certification_idString (ULID)Foreign key referencing the PersonnelCertification in this link. Part of the composite key. See personnel_certifications.01JAP8R5RT-3FPXQABY-7KQZT6VF

Together, person_id and certification_id form the composite of foreign keys for this link table. No additional columns (including the BaseEntity audit columns) are stored here.

Field Details

person_id

Foreign key to the personnel table identifying the person in this association.

certification_id

Foreign key to the personnel_certifications table identifying the certification held by the person.