Page 1 of 1

Error when adding record field of type 'SET' (ENUM)

Posted: Mon Apr 20, 2009 6:17 pm
by genepilot
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

Re: Error when adding record field of type 'SET' (ENUM)

Posted: Mon Apr 27, 2009 7:14 pm
by genepilot
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.  :o