[jboss-user] [JBoss Seam] - [Resolved] Re: Strange column wrong type
cchee
do-not-reply at jboss.com
Thu May 17 12:32:51 EDT 2007
bulloncito,
thanks for the info. anyway, I figured it out. All i need to do is to change at Column(name = "asset_request", nullable = false) to @Column(name = "asset_request", nullable = false, columnDefinition="mediumblob")
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046550#4046550
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046550
More information about the jboss-user
mailing list