increments('id'); $table->unsignedInteger('profile_id'); $table->string('access_code'); $table->string('username'); $table->string('user_id'); $table->string('user_fullname'); $table->string('user_profile_picture'); $table->nullableTimestamps(); }); } /** * Reverse the migrations. */ public function down() { Schema::dropIfExists('dymantic_instagram_feed_tokens'); } }