polymorphic_constraints
polymorphic_constraints copied to clipboard
Database referential integrity enforcer for Rails polymorphic associations using triggers.
Results
1
polymorphic_constraints issues
Sort by
recently updated
recently updated
newest added
I'm so glad that someone has already written a gem for this! I was looking at your Postgres adapter code, and what do you think of using `CREATE CONSTRAINT TRIGGER`...