id('PeriodePelaporanId'); $table->string('Nama'); $table->string('BulanAwal'); $table->string('BulanSelesai'); $table->timestamps(); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table('PeriodePelaporan', function (Blueprint $table) { // }); } };