Error when adding record field of type 'SET' (ENUM)
Posted: Mon Apr 20, 2009 6:17 pm
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
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