Skip to main content



      Home
Home » Eclipse Projects » EclipseLink » ddl-generation: create-or-extend-tables (Not creating Index on a new Field on an existing column)
ddl-generation: create-or-extend-tables [message #1793884] Sat, 18 August 2018 07:15
Eclipse UserFriend
I have set the ddl-generation property to "create-or-extend-tables".
After that added a new filed on my already existing entity class.
Added the @Index annotation.
Run the code.
Expectation:
A new column with a index would be create.
Result:
It only creates the new filed and index was not created.
No exception is thrown in the console.

Can you please confirm can i achieve the desired behavior or not?

Previous Topic:Using XmlJavaTypeAdapter(s) to map a third party class
Next Topic:LocalDate and LocalDateTime fields are not mapped to correct database types
Goto Forum:
  


Current Time: Fri Jul 04 15:39:00 EDT 2025

Powered by FUDForum. Page generated in 0.03126 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top