down() public method
This method contains the logic to be executed when removing this migration.
The default implementation throws an exception indicating the migration cannot be removed. Child classes may override this method if the corresponding migrations can be removed.
public boolean down ( ) | ||
---|---|---|
return | boolean |
Return a false value to indicate the migration fails and should not proceed further. All other return values mean the migration succeeds. |
Please login to continue.