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
Right now we use "guid" and "uuid" pretty interchangeably in a few places throughout the code, which is technically inaccurate. We should clean up the implementation to be consistent, and improve things like storing them in the database. (We currently use VARCHAR which is unnecessarily large, when CHAR(36) would be fine, or ideally BINARY(16).)
The text was updated successfully, but these errors were encountered:
Right now we use "guid" and "uuid" pretty interchangeably in a few places throughout the code, which is technically inaccurate. We should clean up the implementation to be consistent, and improve things like storing them in the database. (We currently use VARCHAR which is unnecessarily large, when CHAR(36) would be fine, or ideally BINARY(16).)
The text was updated successfully, but these errors were encountered: