employeeId property

IntColumn get employeeId

Implementation

IntColumn get employeeId =>
    integer().nullable().references(Employee, #id)();