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