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
Optionally prefix each ID when using UUID/ULIDs with a specified prefix. This could be something like user_01J6M6AYJ7C7QYRJDN8APXK8M8
Q
A
New Feature
yes
RFC
yes
BC Break
no
Summary
A user/dev facing ID prefix could be amazing for user clarity when debugging. Stripe currently does this where they have a prefix such as cus_ for customers to display and distinguish the object in a quick and easy way. I was hoping this would be combined with the ULID so that you can query with the prefix but in the database the objects are stored in binary.
Please let me know if there is already a way to do this with event listeners.
The text was updated successfully, but these errors were encountered:
Feature Request
Optionally prefix each ID when using UUID/ULIDs with a specified prefix. This could be something like
user_01J6M6AYJ7C7QYRJDN8APXK8M8
Summary
A user/dev facing ID prefix could be amazing for user clarity when debugging. Stripe currently does this where they have a prefix such as
cus_
for customers to display and distinguish the object in a quick and easy way. I was hoping this would be combined with the ULID so that you can query with the prefix but in the database the objects are stored in binary.Please let me know if there is already a way to do this with event listeners.
The text was updated successfully, but these errors were encountered: