This project is a simple JavaFX desktop application that simulates a Pizza Ordering System. It allows users to add, view, update, and delete pizza orders with a user-friendly interface. Orders are ...
It will create table with defined columns in Entity and Migration will just seed as Table already created using sync. db:sync may create problem as it scans whole database and crate i something new ...