Method | Description | |
---|---|---|
__toString ( ) : string | Get a description of what the migration actually does. For example "Activate plugin $plugin" or "SELECT * FROM table". | |
exec ( ) : void | Executes the migration. | |
shouldIgnoreError ( Exception $exception ) : boolean | Decides whether an error should be ignored or not. |
abstract public __toString ( ) : string | ||
return | string |
public shouldIgnoreError ( Exception $exception ) : boolean | ||
$exception | Exception | |
return | boolean |