arturgso 82d6a3439a feat: Implement order items entity and database migration
- Introduce OrderItems entity with persistence capabilities.
- Establish a one-to-many relationship between Orders and OrderItems.
- Update Orders entity to reflect the relationship change.
- Create a Flyway migration script to create the order_items table and drop the jsonb items column from the orders table.
2026-02-26 18:13:58 -03:00
Description
No description provided
81 KiB
Languages
Java 100%