update
parent
57bb78bc0e
commit
63753083bb
|
|
@ -11,7 +11,7 @@ return new class extends Migration
|
||||||
*/
|
*/
|
||||||
public function up(): void
|
public function up(): void
|
||||||
{
|
{
|
||||||
Schema::table('dataset_tambahan', function (Blueprint $table) {
|
Schema::table('dataset-tambahan', function (Blueprint $table) {
|
||||||
$table->year('tahun_data')->nullable();
|
$table->year('tahun_data')->nullable();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
@ -21,7 +21,7 @@ return new class extends Migration
|
||||||
*/
|
*/
|
||||||
public function down(): void
|
public function down(): void
|
||||||
{
|
{
|
||||||
Schema::table('dataset_tambahan', function (Blueprint $table) {
|
Schema::table('dataset-tambahan', function (Blueprint $table) {
|
||||||
//
|
//
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue