id(); $table->timestamps(); $table->json('profile')->nullable(); $table->index('id'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('users'); } }