1BEGIN;
2  ALTER TABLE resource_config_versions ADD COLUMN span_context jsonb;
3COMMIT;
4