Flarum\Database\MigrationCreator::getDatePrefix PHP Method

getDatePrefix() protected method

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