82d6a3439a7f378fdeb74d16e4c2185d874682f3
- 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.
Description
No description provided
Languages
Java
100%