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