© 2026 Hedgehog Software, LLC
export const CompaniesRelations = relations(Companies, ({ many, one }) => ({ clients: many(Companies), parentCompany: one(Companies, { fields: [Companies.parentCompanyId], references: [Companies.id], }), websites: many(Websites), }));
Error: There are multiple relations between "__public__.Companies" and "companies". Please specify relation name