migrateDown() protected method
Downgrades with the specified migration class.
protected boolean migrateDown ( $class ) | ||
---|---|---|
$class | string |
The migration class name |
return | boolean |
Whether the migration is successful |
migrateDown() protected method
Downgrades with the specified migration class.
protected boolean migrateDown ( $class ) | ||
---|---|---|
$class | string |
The migration class name |
return | boolean |
Whether the migration is successful |
Please login to continue.