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