id(); $table->string('name'); $table->string('icon'); $table->string('url_structure'); $table->timestamps(); $table->softDeletes(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('socials'); } }