{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_finance/proforma_migration_log.schema.json","title":"proforma_migration_log","type":"object","properties":{"migration_id":{"type":"integer","x-pg-type":"int4"},"migration_name":{"type":"string","x-pg-type":"text"},"ran_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"rows_affected":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"validation_results":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"}},"x-table-schema":"public","required":["migration_name"],"x-primary-key":["migration_id"]}