id(); $table->string('name'); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('roles'); } };