DairyPresto Posted April 13, 2020 Posted April 13, 2020 Hello Can someone help me regarding this error i saw on putty. Thanks in advance Quote : DB error - Unknown column 'bound' in 'field list' [Debug]: at log.c:266 - INSERT DELAYED INTO `picklog` (`time`, `account_id`, `ch ar_id`, `name`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`, `unique_id`, `bound`) VALUES (NOW(), '2000000', '152878', 'Kyle ▒\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C', '100', '-1', '0', '0', '0', '0', '0', 'prontera', '0', '0') [SQL]: DB error - Unknown column 'bound' in 'field list' [Debug]: at log.c:266 - INSERT DELAYED INTO `picklog` (`time`, `account_id`, `ch ar_id`, `name`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`, `unique_id`, `bound`) VALUES (NOW(), '2000000', '152878', 'Kyle ▒\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N', '20500', '1', '0', '0', '0', '0', '0', 'prontera', '0', '0') [SQL]: DB error - Unknown column 'bound' in 'field list' [Debug]: at log.c:266 - INSERT DELAYED INTO `picklog` (`time`, `account_id`, `ch ar_id`, `name`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`, `unique_id`, `bound`) VALUES (NOW(), '2000000', '152878', 'Kyle ▒\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C', '100', '-1', '0', '0', '0', '0', '0', 'prontera', '0', '0') [SQL]: DB error - Unknown column 'bound' in 'field list' [Debug]: at log.c:266 - INSERT DELAYED INTO `picklog` (`time`, `account_id`, `ch ar_id`, `name`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`, `unique_id`, `bound`) VALUES (NOW(), '2000000', '152878', 'Kyle ▒\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N', '12900', '2', '0', '0', '0', '0', '0', 'prontera', '0', '0') [SQL]: DB error - Unknown column 'bound' in 'field list' [Debug]: at log.c:266 - INSERT DELAYED INTO `picklog` (`time`, `account_id`, `ch ar_id`, `name`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`, `unique_id`, `bound`) VALUES (NOW(), '2000000', '152878', 'Kyle ▒\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'C', '100', '-1', '0', '0', '0', '0', '0', 'prontera', '0', '0') [SQL]: DB error - Unknown column 'bound' in 'field list' [Debug]: at log.c:266 - INSERT DELAYED INTO `picklog` (`time`, `account_id`, `ch ar_id`, `name`, `type`, `nameid`, `amount`, `refine`, `card0`, `card1`, `card2`, `card3`, `map`, `unique_id`, `bound`) VALUES (NOW(), '2000000', '152878', 'Kyle ▒\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', 'N', '12907', '2', '0', '0', '0', '0', '0', 'prontera', '0', '0') Quote
1 Emistry Posted April 13, 2020 Posted April 13, 2020 ALTER TABLE `picklog` ADD COLUMN `bound` TINYINT(3) UNSIGNED NOT NULL default '0' AFTER `unique_id`; Quote
0 DairyPresto Posted April 15, 2020 Author Posted April 15, 2020 On 4/13/2020 at 8:28 PM, Emistry said: ALTER TABLE `picklog` ADD COLUMN `bound` TINYINT(3) UNSIGNED NOT NULL default '0' AFTER `unique_id`; it works thanks @Emistry Quote
Question
DairyPresto
Hello
Can someone help me regarding this error i saw on putty. Thanks in advance
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.