Метод | Описание | |
---|---|---|
create ( string $name, string $path ) : string | Create a new migration at the given path. |
Метод | Описание | |
---|---|---|
getDatePrefix ( ) : integer | Get the date prefix for the migration. | |
getMigrationClassName ( string $name ) | Get the name for the migration class. | |
getMigrationName ( string $name ) : string | Get the migration name. | |
getPath ( string $name, string $path ) : string | Get the full path name to the migration. |
protected getDatePrefix ( ) : integer | ||
Результат | integer |
protected getMigrationClassName ( string $name ) | ||
$name | string |
protected getMigrationName ( string $name ) : string | ||
$name | string | |
Результат | string |