ruby - How to insert a string content into varbinary column in rails -
there varbinary
column in database table,in sql statement,we can use
convert(varbinary(10),n'hello') '
to convert string varbinary
,but in rails,how can or there way insert string content varbinary column.
Comments
Post a Comment