addColumn('subscription', 'comment', Schema::TYPE_TEXT) ; } public function down() { $this->dropColumn('subscription', 'comment') ; } }