jsonb('meta')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('points', function (Blueprint $table) { $table->dropColumn('meta'); }); } }