Entity table Vishnumurali9762 Created January 28, 2020 10:36 how can i create an table in DB using entity class in MPS(like Spring boot)?
MPS doesn't have any special support for Spring Boot or databases (unlike IntelliJ IDEA). So the answer is more or less how you would do it from any text editor: execute some Java code maybe?