id(); $table->string('name'); $table->string('image'); $table->string('email'); $table->string('mobile'); $table->string('phone'); $table->string('address'); $table->string('favicon'); $table->string('link_facebook'); $table->string('link_youtube'); $table->string('link_instagram'); $table->string('google_maps'); $table->string('description'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }