main
Ilham Wara Nugroho 2025-12-10 09:48:42 +07:00
parent 15b0f9a4ea
commit 57bb78bc0e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ return new class extends Migration
public function up(): void
{
Schema::table('dataset', function (Blueprint $table) {
//
$table->year('tahun_data')->nullable();
});
}

View File

@ -12,7 +12,7 @@ return new class extends Migration
public function up(): void
{
Schema::table('dataset_tambahan', function (Blueprint $table) {
//
$table->year('tahun_data')->nullable();
});
}