ItsMeMagic
Old Tibia Player.
When i'm installing gesior account i have some troubles with some "unknown colums" like players.loss_experience in field list i know that i can fix with this code below...
ALTER TABLE `players` ADD `loss_experience` INT NOT NULL DEFAULT 100;
but the problem is when it says unknown "deleted" field list i realize that i need to put the same
ALTER TABLE `accounts` ADD `deleted` INT NOT NULL DEFAULT 100;
but when i put this the command execute normally but in the website all char are "deleted" so i dont know what are the correct comands for
I dont know what commands should i execute when it says "key on field list" deleted on field list..
Thanks Community, sorry for my bad english i tryed my best hope you understand it
ALTER TABLE `players` ADD `loss_experience` INT NOT NULL DEFAULT 100;
but the problem is when it says unknown "deleted" field list i realize that i need to put the same
ALTER TABLE `accounts` ADD `deleted` INT NOT NULL DEFAULT 100;
but when i put this the command execute normally but in the website all char are "deleted" so i dont know what are the correct comands for
I dont know what commands should i execute when it says "key on field list" deleted on field list..
Thanks Community, sorry for my bad english i tryed my best hope you understand it