addColumn('order', 'id_subscription', Schema::TYPE_INTEGER) ; } public function down() { $this->dropColumn('order', 'id_subscription') ; } }