farzadafi / Simple_user_management

2 stars 1 forks source link

What is the advantage of creating a table with a SQL file? #1

Open hossein-sa opened 1 month ago

hossein-sa commented 1 month ago

Aren't tables created by JPA?

farzadafi commented 3 weeks ago

hi Hossein, yes, but in this case I want to create custom name for constraint, and JPA don't do it with annotation in Entity :|