bigIncrements('id'); $table->date('tgl_mulai'); $table->date('tgl_selesai'); $table->boolean('is_active'); $table->timestamps(); $table->softDeletes(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('periode'); } }