diff --git a/migrations/Version20251204102016.php b/migrations/Version20251204102016.php new file mode 100644 index 0000000..98ae838 --- /dev/null +++ b/migrations/Version20251204102016.php @@ -0,0 +1,31 @@ +addSql('ALTER TABLE article ADD processed_html TEXT DEFAULT NULL'); + } + + public function down(Schema $schema): void + { + // this down() migration is auto-generated, please modify it to your needs + $this->addSql('ALTER TABLE article DROP processed_html'); + } +}