null, 'title' => null, 'body' => null, 'address' => null, 'opening_hours' => null, 'widget_link' => null]); Link::firstOrCreate(['links' => null]); Size::firstOrCreate(['small' => null, 'small_photo' => null, 'medium' => null, 'medium_photo' => null, 'large' => null, 'large_photo' => null]); Footer::firstOrCreate(['links' => null]); } /** * Reverse the migrations. */ public function down(): void { Homepage::where('id', 1)->delete(); Link::where('id', 1)->delete(); Size::where('id', 1)->delete(); Footer::where('id', 1)->delete(); } };