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