json('seo_meta')->default(new Expression("(JSON_OBJECT())")); } else { $table->json('seo_meta')->default("{}"); } }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('forms', function (Blueprint $table) { $table->dropColumn('seo_meta'); }); } };