St4nley Member Apr 13, 2013 469 76 Jul 12, 2013 #1 Add the `newcrypto` column to the `users` table, enum('1','0') not null default 1;
F Find Posting Freak Jun 21, 2012 597 189 Jul 12, 2013 #2 ALTER TABLE `users` ADD COLUMN `newcrypto` ENUM('1','0') not null default 1; try that Upvote 0 Downvote
St4nley Member Apr 13, 2013 469 76 Jul 12, 2013 Thread starter #3 Find said: ALTER TABLE `users` ADD COLUMN `newcrypto` ENUM('1','0') not null default 1; try that Click to expand... Thank you kind sir Upvote 0 Downvote
Find said: ALTER TABLE `users` ADD COLUMN `newcrypto` ENUM('1','0') not null default 1; try that Click to expand... Thank you kind sir
Weasel 👄 I'd intercept me Nov 25, 2011 4,135 2,461 Jul 12, 2013 #4 Problem solved, thread closed. Upvote 0 Downvote