Quote:
Originally Posted by DS MrSinister
When I run this i get a error..
how would i get this to work right?
PHP Code:
ALTER TABLE `".TABLE_PREFIX."warning_options` ADD COLUMN `version` char(10) AFTER oid
|
If you are not using a special TABLE_PREFIX in your database, delete the part saying ".TABLE_PREFIX." . I have to assume that this is the error you are getting, because you didn't say what it was.
Rgds