Closed lgrosz closed 2 months ago
Removes redundant foreign key constraints. Single-column "REFERENCES" do the same job as explicit FOREIGN KEY constraints in these scenarios and provide better readability.
Removes redundant foreign key constraints. Single-column "REFERENCES" do the same job as explicit FOREIGN KEY constraints in these scenarios and provide better readability.