DairyPresto Posted April 13, 2020 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 151 Reputation: 2 Joined: 04/03/17 Last Seen: 4 hours ago Share 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 Link to comment Share on other sites More sharing options...
1 Emistry Posted April 13, 2020 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted April 13, 2020 ALTER TABLE `picklog` ADD COLUMN `bound` TINYINT(3) UNSIGNED NOT NULL default '0' AFTER `unique_id`; Quote Link to comment Share on other sites More sharing options...
0 DairyPresto Posted April 15, 2020 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 151 Reputation: 2 Joined: 04/03/17 Last Seen: 4 hours ago Author Share 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 Link to comment Share on other sites More sharing options...
Question
DairyPresto
Hello
Can someone help me regarding this error i saw on putty. Thanks in advance
Link to comment
Share on other sites
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.