class Version20200603142929 extends AbstractMigration
11
{
12
public function up(Schema $schema): void
13
{
14
$this->addSql('ALTER TABLE user CHANGE role role ENUM(\'student\', \'junior\', \'senior\', \'major\', \'administrator\') DEFAULT \'student\' NOT NULL COMMENT \'(DC2Type:UserRole)\'');