Expand description
Pre-built sequence patterns for common use cases.
Functionsยง
- countdown
- Create a negative sequence (counts down).
- high_
volume_ id - Create a high-performance ID sequence with large cache.
- invoice_
number - Create an invoice number sequence with yearly reset pattern.
- order_
number - Create an order number sequence starting at 1000.
- round_
robin - Create a cycling sequence for round-robin distribution.