Is there any support in Torque for the SET type?

For instance, in MySQL, a column specified as SET("one", "two") NOT NULL can have any of these values:

""
"one"
"two"
"one,two"

(From http://www.mysql.com/doc/en/SET.html)

Basically a collection of boolean flags.

Thanks,

Gabe


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to