297 added the ability to specify the ON DELETE behavior of a foreign key when altering an existing column.
Make it so that the ON DELETE property of the the FK is respected for FKs on new columns too (ie those created by add column and create table operations).
297 added the ability to specify the
ON DELETE
behavior of a foreign key when altering an existing column.Make it so that the
ON DELETE
property of the the FK is respected for FKs on new columns too (ie those created by add column and create table operations).Fixes #306