$$EmploymentHistoryTableUpdateCompanionBuilder typedef

$$EmploymentHistoryTableUpdateCompanionBuilder = EmploymentHistoryCompanion Function({Value<int> companyId, Value<int> departmentId, Value<int> employeeId, Value<int> employeePositionId, Value<DateTime> fromDate, Value<int> id, Value<DateTime> toDate})

Implementation

typedef $$EmploymentHistoryTableUpdateCompanionBuilder =
    EmploymentHistoryCompanion Function({
      Value<int> id,
      Value<int> employeeId,
      Value<int> employeePositionId,
      Value<int> departmentId,
      Value<int> companyId,
      Value<DateTime> fromDate,
      Value<DateTime> toDate,
    });