interface ExclusionConstraintErrorOptions {
  parent: SQLError;
  message: string;
  constraint: string;
  fields: string[];