release version 2.0.8

This commit is contained in:
Carsten Brandt
2016-04-28 16:50:20 +02:00
parent 101ec4fb59
commit 731769241b
17 changed files with 57 additions and 51 deletions

View File

@ -467,7 +467,7 @@ abstract class BaseMigrateController extends Controller
*
* @param string $name the name of the new migration. This should only contain
* letters, digits and/or underscores.
*
*
* Note: If the migration name is of a special form, for example create_xxx or
* drop_xxx then the generated migration file will contain extra code,
* in this case for creating/dropping tables.