Entity ID can be a string

Created on 14 January 2024, about 1 year ago
Updated 28 June 2024, 9 months ago

Problem/Motivation

Past Drupal 8 entity IDs can be strings (which is why Paragraph's paragraphs_item_field_data's parent_id column is a varchar(255)).

When importing to an entity using a string ID, a warning is thrown about truncated data for the fields_clean_list table.

Steps to reproduce

Import to an entity using a string ID.

Proposed resolution

Update the schema to use a varchar for entity_id.

🐛 Bug report
Status

Fixed

Version

3.0

Component

Code

Created by

🇺🇸United States karlshea Minneapolis 🇺🇸

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024