Hi Evryone, I am deploying a dcr to a database which contains a item radio option label="Yes" value="1" / option label="No" value="0" selected="t"/ /radiothe database contains a column for item of type bitI am having a error likeWARNING:Value for [***] exceeds column width [ 1 > -1]how can i resolve the issue apart from change the datatype for the column itself??? Thanks in advance....