bigIncrements('id'); $table->integer('periode_id')->nullable(); $table->string('nama'); $table->timestamps(); $table->softDeletes(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('kelas'); } }