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