You could try @Column(name = "CREATE_TIME",
columnDefinition="timestamp",length=6)
I actually doubt it will work because Hibernate seems to mix the name and the type value
of your annotation.
Regards
Felix
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050661#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...