You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL Document Store requires JSON collection documents to contain a
_id column, which is used as the primary key and therefore must be
unique across the entire collection/table.
This worklog implements a document identifier generator based on RFC
4122 UUID format (version 1, variant 1), with a modification to match
the requirement of a stable id prefix.
0 commit comments