getTable('deck_labels'); if (!$table->hasColumn('custom_settings')) { $table->addColumn('custom_settings', Types::JSON, [ 'notnull' => false, ]); } return $schema; } }