bigIncrements('id'); $table->integer('tagihan_id'); $table->integer('siswa_id'); $table->timestamps(); $table->softDeletes(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('role'); } }