Creating a Module?
Posted: Wed Sep 19, 2007 7:25 pm
I'm trying to create a module and in my method.install.php file I want to create databases but has run into a problem. I want to create a field like this:
new_field ENUM(yes,no) DEFAULT no NOTNULL
But it seems like I'm using the wrong syntax for enum... Can anybody help me with this?
new_field ENUM(yes,no) DEFAULT no NOTNULL
But it seems like I'm using the wrong syntax for enum... Can anybody help me with this?