dave08
08/13/2023, 11:03 AMToshihiro Nakamura
08/13/2023, 12:01 PMMeta.all()
returns all metamodels in no guaranteed order. QueryDSL.create/drop
ignores already-exists-exceptions. If there are multiple metamodels for the same table, you may want to filter them and then run QueryDSL.create/drop
for them.dave08
08/13/2023, 12:27 PMMaybe it should try ALTER TABLE on an existing table that doesn't have all the fields in the other DTOs...?ignores already-exists-exceptions.QueryDSL.create/drop
Toshihiro Nakamura
08/13/2023, 12:38 PM