JayC Well-Known Member Aug 8, 2013 5,505 1,401 Nov 25, 2014 #2 Column "cmd_faceless" does not belong to table Upvote 0 Downvote
reishin x Oct 11, 2014 1,071 256 Nov 25, 2014 Thread starter #3 JayCustom said: Column "cmd_faceless" does not belong to table Click to expand... how to fix it? Upvote 0 Downvote
BenHands Member Oct 10, 2011 200 38 Nov 25, 2014 #4 Add faceless to the command base, located in your database. Upvote 0 Downvote
reishin x Oct 11, 2014 1,071 256 Nov 25, 2014 Thread starter #5 BenHands said: Add faceless to the command base, located in your database. Click to expand... thanks. gotta try and see if its works Upvote 0 Downvote
BenHands said: Add faceless to the command base, located in your database. Click to expand... thanks. gotta try and see if its works
13rad King Sep 15, 2013 156 36 Nov 25, 2014 #6 Run this query and restart your emulator ALTER TABLE `permission_ranks` ADD `cmd_faceless` ENUM('1', '0') NOT NULL DEFAULT '0'; Upvote 0 Downvote
Run this query and restart your emulator ALTER TABLE `permission_ranks` ADD `cmd_faceless` ENUM('1', '0') NOT NULL DEFAULT '0';