Hi,
I'm using
Maven 1.1 to generate Oracle tables from my
Java model, annotated using Hibernate 3.3.2.GA. My question is, what about my model is causing Hibernate to impose a unique constraint on the "payment_date" column? Here is how I have it set ...
and here is the resulting table generated using "maven generate-schema" ...
I don't want this unique constraint in there. Any ideas how to change my model so that it is not present when I generate a schema from the model? (complete model class is below). Thanks, - Dave