Skip to content

Commit

Permalink
added boolean default true
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanwilliammd committed Nov 4, 2024
1 parent 1e6bfb0 commit ed03831
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class CreateKodeWilayahIndonesiaTable extends Migration
$table->string('nama_wilayah'); // Nama wilayah
$table->string('parent')->nullable(); // Parent wilayah (kode - nama wilayah)
$table->string('state')->nullable(); // State atau negara bagian
$table->boolean('active')->default(true);
$table->timestamps();
});
}
Expand Down

0 comments on commit ed03831

Please sign in to comment.