addSql('ALTER TABLE activity DROP privateComment_comments'); } public function getDescription(): string { return 'add private comment on accompanying period work'; } public function up(Schema $schema): void { $this->addSql('ALTER TABLE chill_person_accompanying_period_work ADD privateComment_comments JSON DEFAULT \'{}\''); } }