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

Have a question or a suggestion about a 3rd party addon module or plugin?
Let us know here.
Post Reply
genepilot
Forum Members
Forum Members
Posts: 18
Joined: Wed Feb 27, 2008 4:42 pm

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

Post 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
genepilot
Forum Members
Forum Members
Posts: 18
Joined: Wed Feb 27, 2008 4:42 pm

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

Post 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
Post Reply

Return to “Modules/Add-Ons”