以下是我在從主數據庫關聯模型中添加數據時得到的錯誤。公寓寶石的外鍵問題是否有任何其他解決方案在關聯表中插入數據
ActiveRecord::InvalidForeignKey: PG::ForeignKeyViolation: ERROR: insert or update on table "configurations" violates foreign key constraint "fk_rails_29e23e6ceb" DETAIL: Key (company_id)=(129) is not present in table "companies".
共享你的模型架構.. –
公司 的has_many:配置 配置 belongs_to的:公司 '''公司模式被排除在租戶和配置模型在tenent''' –
'schema'如表中的列和數據類型,而不是「association」。 –