'Can spring data r2dbc validate ddl?

Is there something like spring.jpa.hibernate.ddl-auto=validate? I want to validate on startup that my ddl matches my models.



Solution 1:[1]

No, such a feature currently does not exist.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jens Schauder