* Fixes error in foreign key sql genration, issue #14030
Changed:
templates/table/relation/foreign_key_row.twig
The destination_column_names were getting passed as a 1d array, the names when extracted gave a string. Passing it as a 2d array (see templates/table/relation/foreign_key_row.twig lines 123,133) fixes the issue.
Sign-Off-By: Lakshay arora (b16060@students.iitmandi.ac.in)
* Fixes error in foreign key sql generation + drop foreign key contraint, issue #14030
Changed:
templates/table/relation/foreign_key_row.twig
Fix#13941Fix#14009Close#14037Close#14010
Signed-off-by: Lakshay arora <b16060@students.iitmandi.ac.in>
(cherry picked from commit 00b59624e3)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>