Chaos New Member Apr 23, 2013 18 2 Apr 28, 2013 #1 hey can you help me fix this error someone helped and told me to put this code Code: ALTER TABLE `users` ADD COLUMN `offset` enum('0','1') NOT NULL DEFAULT '0'; now its giving me this error Data truncated for column 'offset' at row 1
hey can you help me fix this error someone helped and told me to put this code Code: ALTER TABLE `users` ADD COLUMN `offset` enum('0','1') NOT NULL DEFAULT '0'; now its giving me this error Data truncated for column 'offset' at row 1
Ecko 23:37 [autobots] -!- eckostylez [[email protected]] Nov 25, 2012 1,398 962 Apr 28, 2013 #2 What version of MySQL? It works perfectly fine for me. If you have phpMyAdmin, go to the Structure of the users table and add the new column using the UI. Upvote 0 Downvote
What version of MySQL? It works perfectly fine for me. If you have phpMyAdmin, go to the Structure of the users table and add the new column using the UI.
Chaos New Member Apr 23, 2013 18 2 Apr 28, 2013 Thread starter #3 eckostylez said: What version of MySQL? It works perfectly fine for me. If you have phpMyAdmin, go to the Structure of the users table and add the new column using the UI. Click to expand... My mysql version is 5.6.11..0 Upvote 0 Downvote
eckostylez said: What version of MySQL? It works perfectly fine for me. If you have phpMyAdmin, go to the Structure of the users table and add the new column using the UI. Click to expand... My mysql version is 5.6.11..0