Baum\Generators\MigrationGenerator::getMigrationName PHP Method

getMigrationName() protected method

Get the migration name.
protected getMigrationName ( string $name ) : string
$name string
return string
    protected function getMigrationName($name)
    {
        return 'create_' . $this->tableize($name) . '_table';
    }