update
parent
15b0f9a4ea
commit
57bb78bc0e
|
|
@ -12,7 +12,7 @@ return new class extends Migration
|
|||
public function up(): void
|
||||
{
|
||||
Schema::table('dataset', function (Blueprint $table) {
|
||||
//
|
||||
$table->year('tahun_data')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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();
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue