addColumn('feedback', 'subject', $this->string()); } /** * @inheritdoc */ public function down() { $this->dropColumn('feedback'); } }