ALTER TABLE `users` MODIFY COLUMN `referer` varchar(100) NOT NULL DEFAULT '0';I'm using this skin
You must be registered for see links
When trying to regester I get the error written in the title
I did this sql ALTER TABLE users ADD referer varchar(15) NOT NULL
but that doesn't seem to work.
How do I fix this? thanks