Context: I'm using sequelize migrations to drop an existing CHECK constraint on one of our tables. The dialect is MySQL Community Server 8.1 When removeConstraint is ...
I haven't used SQL much in production but the purpose of CASCADE appears to me to be to remove things that are preventing the desired deletion operation. To do that it should be sufficient for the ...