Baum\Generators\MigrationGenerator::getDatePrefix PHP Method

getDatePrefix() protected method

Get the date prefix for the migration.
protected getDatePrefix ( ) : integer
return integer
    protected function getDatePrefix()
    {
        return date('Y_m_d_His');
    }