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
Another possibility is to dump the sql statements corresponding to the jpa annotations (replace DATABASE_TYPE by your database vendor, to get a list of supported types, execute the command as is):
also the generateChangelog and diff produce sligtly different results (varchar vs text, uuid vs varchar(36), double precision vs float(53) this kind of things).. not sure what the implications are
The text was updated successfully, but these errors were encountered:
Describe the current behavior
the readme suggests
so we force dropAll and then run a diff against this empty database, which is a weird way to do it...
Describe the expected behavior
instead we should be able to do
Describe the motivation
simplify, allow more possibilities because they may turn out to be useful
Extra Information
note: currently this is the best we can do I think but it's ugly you have to copypaste a huge property
also the generateChangelog and diff produce sligtly different results (varchar vs text, uuid vs varchar(36), double precision vs float(53) this kind of things).. not sure what the implications are
The text was updated successfully, but these errors were encountered: