By tstoeckler on
Change record status:
Draft (View all draft change records)
Project:
Introduced in branch:
10.1.x
Introduced in version:
Issue links:
Description:
The database schema API provides a new uuid field data type. Database drivers are expected to handle this by either utilizing a native UUID implementation or a simple string field, potentially with a length limit of 36.
Impacts:
Module developers