You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[bun] 10:36:37.912 TRUNCATE TABLE 61.063ms TRUNCATE TABLE "kisi" RESTART IDENTITY pgdriver.Error: ERROR: cannot truncate a table referenced in a foreign key constraint (SQLSTATE=0A000)
panic: ERROR: cannot truncate a table referenced in a foreign key constraint (SQLSTATE=0A000)
I tried WithRecreateTables, same error:
[bun] 10:49:11.211 DROP TABLE 59.978ms DROP TABLE IF EXISTS "kisi" pgdriver.Error: ERROR: cannot drop table kisi because other objects depend on it (SQLSTATE=2BP01)
panic: ERROR: cannot drop table kisi because other objects depend on it (SQLSTATE=2BP01)
The text was updated successfully, but these errors were encountered:
I have the following models:
I'm trying to load the fixture with the following code:
The following error occurs:
I tried WithRecreateTables, same error:
The text was updated successfully, but these errors were encountered: