diff --git a/migrations/Version20260117143000.php b/migrations/Version20260117143000.php new file mode 100644 index 0000000..69e4ab2 --- /dev/null +++ b/migrations/Version20260117143000.php @@ -0,0 +1,31 @@ +addSql('ALTER TABLE player CHANGE screen screen INT DEFAULT NULL'); + } + + public function down(Schema $schema): void + { + // this down() migration is auto-generated, please modify it to your needs + $this->addSql('ALTER TABLE player CHANGE screen screen INT NOT NULL'); + } +}