bigIncrements('id'); $table->string('name', 255); $table->primary('id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('branch'); } }