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
{{ message }}
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
Random IDs might be okay for testing, but seeding generally requires that table IDs increment in the order they were inserted.
This can be accomplished by assigning a count to each item in a table fixture and referencing the count when inserting.
So when we insert a foreign key:
Obviously requires preprocessing all fixtures.
Here's an alternative (allow integer values to be assigned as foreign keys):