increments('id'); $table->string('client_id')->nullable(); $table->string('client_secret')->nullable(); $table->string('access_token')->nullable(); $table->string('page')->nullable(); $table->timestamps(); }); } public function down() { Schema::dropIfExists('zoomyboy_social_accounts'); } }