id('SystemId'); $table->string('Nama', 100); $table->string('Val', 255); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('System'); } };