addColumn('order', 'reference', Schema::TYPE_STRING) ; } public function safeDown() { $this->dropColumn('order', 'reference') ; } }