addSql('ALTER TABLE chill_person_accompanying_period_work_evaluation_document DROP title'); } public function getDescription(): string { return 'Add title to AccompanyingPeriodWorkEvaluationDocument'; } public function up(Schema $schema): void { $this->addSql('ALTER TABLE chill_person_accompanying_period_work_evaluation_document ADD title TEXT NOT NULL DEFAULT \'\''); $this->addSql('UPDATE chill_person_accompanying_period_work_evaluation_document SET title=name->>\'fr\' FROM chill_docgen_template cdt WHERE cdt.id = chill_person_accompanying_period_work_evaluation_document.template_id'); } }