id(); $table->string('kode_sanksi'); $table->string('rentang_point'); $table->string('jenis_sanksi'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::dropIfExists('sanksi'); } };