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