Method |
Description |
|
alreadyExistingMigrations ( ) : array |
Check if there is another migration
with the same suffix. |
|
createMigration ( ) : boolean |
Create the migration. |
|
generateMigrationMessage ( string $rolesTable, string $roleUserTable, string $permissionsTable, string $permissionRoleTable, $permissionUserTable ) : string |
Generate the message to display when running the
console command showing what tables are going
to be created. |
|
getExistingMigrationsWarning ( array $existingMigrations ) : string |
Build a warning regarding possible duplication
due to already existing migrations |
|
getMigrationPath ( string | null $date = null ) : string |
Get the migration path. |
|