Skip to content

Add cop that checks if add_column_with_default is used with up/down methods

Douwe Maan requested to merge dm-add-column-with-default-cop into master

Because this line is easy to miss in the docs:

This method is not reversible so you must manually define the up and down methods in your migration class.

Merge request reports