schematic icon indicating copy to clipboard operation
schematic copied to clipboard

support for „ON DELETE CASCADE“

Open artkoenig opened this issue 8 years ago • 1 comments

Hi, I added support for "ON DELETE CASCADE" clause for the foreign key constraint.

artkoenig avatar Mar 29 '17 13:03 artkoenig

It'd have to be a solution that supports all possible values, and both 'ON DELETE' and 'ON UPDATE'. The values could be implemented as an enum.

Also, please match the code style of the project. I use this.

SimonVT avatar Mar 29 '17 19:03 SimonVT