Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on May 14, 2026. It is now read-only.
This repository was archived by the owner on May 14, 2026. It is now read-only.
There was an error while loading. Please reload this page.
Expected Behavior
INTERLEAVE IN PARENT ob_malware ON DELETE CASCADE;Actual Behavior
INTERLEAVE IN PARENT ob_malware ON DELETE NO ACTION;Steps to Reproduce the Problem
Create a table using a declarative base, and specify
The table is configured correctly to be interleaved, but cascade is set to
NO ACTIONSpecifications