id(); $table->string('google_analytics'); $table->string('google_tags'); $table->string('google_search_console'); $table->string('facebook_pixel'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }