Whenever I try to create a Table in method.install.php that contains a field type of 'SET':
mySetField SET('choice1','choice2','choice3') DEFAULT 'choice1'
I'm getting an error!
Does anybody know how to successfully format this type to get the install to successfully add this type of field?
Thanks!
Brett
Error when adding record field of type 'SET' (ENUM)
Re: Error when adding record field of type 'SET' (ENUM)
I am shocked that nobody else has had the need (or at least found a solution) for creating tables in the method.install.php which contain a type of SET for mySQL. 
