Unique IDs
ksuid
Generates a new KSUID.
INSERT INTO orders (id) VALUES
('{% ksuid %}');
uuid
Generates a new UUID (v4).
INSERT INTO orders (id) VALUES
('{% uuid %}');
Is something missing?
If you notice something we've missed or could be improved on, please follow this link and submit a pull request to the repository. Once we merge it, the changes will be reflected on the website the next time it is deployed.
Thank you for your contributions!