--- title: >- Added new enum values for ColumnDataType in ShopifyqlTableDataColumn - Shopify developer changelog description: >- Shopify’s developer changelog documents all changes to Shopify’s platform. Find the latest news and learn about new platform opportunities. source_url: html: >- https://shopify.dev/changelog/added-new-enum-values-for-columndatatype-in-shopifyqltabledatacolumn md: >- https://shopify.dev/changelog/added-new-enum-values-for-columndatatype-in-shopifyqltabledatacolumn.md metadata: effectiveApiVersion: 2026-04 affectedApi: - displayName: Admin GraphQL API handle: admin-graphql primaryTag: displayName: API handle: api secondaryTag: displayName: New handle: new indicatesActionRequired: false createdAt: '2026-02-10T16:35:34-05:00' postedAt: '2026-02-12T12:00:00-05:00' updatedAt: '2026-02-10T20:02:04-05:00' effectiveAt: '2026-02-12T12:00:00-05:00' --- February 12, 2026 Tags: * Admin GraphQL API * 2026-04 # Added new enum values for ColumnDataType in ShopifyqlTableDataColumn We have introduced 3 new enum values to [ColumnDataType](https://shopify.dev/docs/api/admin-graphql/2026-04/enums/ColumnDataType) in [ShopifyqlTableDataColumn](https://shopify.dev/docs/api/admin-graphql/2026-04/objects/ShopifyqlTableDataColumn): * `RATING` : Represents a rating value as float. * `STRING IDENTITY`: Represents a GID/UUID value. * `COLOR`: Represents a color value in HEX format.