bigIncrements('id')->unique(); $table->string('name'); $table->string('surname'); $table->string('classcode'); $table->string('index'); $table->timestamp('inserted_at')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('usercache'); } }