id(); $table->string('role'); $table->timestamps(); $table->softDeletesTz(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('role'); } }