Creating unique numbering sequences using a custom identifier strategy with Doctrine.
Standard auto-increment IDs won't cut it when you need unique numbers per customer. Here's how to roll your own sequence generator that plays nice with Doctrine and stays atomic.
21 Jun 2020•6 min read