string("serial")->nullable()->after("id")->unique(); $table->integer("patient_id")->nullable()->after("customer_id"); $table->string("contact")->nullable()->after("total"); $table->string("mobile")->nullable()->after("contact"); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }