You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main difference decided was that unlike Flyway it is rather high-level solution so possible migration to Oracle/MySQL would be much easie in the future
2. Database scheme (ERD)
As shown in the diagram, 3NF was extracted to avoid memory leaks. With this in mind, also dynamic VARCHAR(45) data type was used, especially for fields like brand of a car (it will never really be larger as long as back-end data validation goes on)