Thread: Order Details
View Single Post
  #4  
Old 02-22-2018, 01:09 AM
 
Soptareanu Alex Soptareanu Alex is offline
 

Member
  
Join Date: Sep 2016
Posts: 24
 

Default Re: Order Details

Quote:
Originally Posted by tony_sologubov
@Soptareanu Alex,

Did you try to define this column with nullable=true parameter?
It would look something like this:

Code:
@Column (type="string", nullable=true)

Please, let me know if it helps.

Tony

Yes, If I set as nullable it works !
__________________
alex
Reply With Quote