database-command
database-command copied to clipboard
Foreign Key constraints (CASCADE, RESTRICT) are omitted
during dump
Possible solution for MySQL: http://stackoverflow.com/questions/13749130/getting-foreign-key-constraints-from-a-mysql-table
Implemented here: https://github.com/neam/yii-i18n-columns/blob/master/commands/I18nColumnsCommand.php#L137
Cherrypick? :)
I think the line has changed in the meantime :) Where is it now?