Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
need help in my project.i am getting error like foreign key constraint.its a migration project DB is postgres.please refer image.thank you
It simply means , That you are trying to insert/Update User table with Company id = 0 and Company ID 0 doesn't exits in RES_COMPANY table.
Either , you need to insert a record in RES_COMPANY table with Company ID 0
Or , Filter these records before Insert/Update.