Well... the table just isnt up to date your right...
What i did here was just dumped my items from a current (latest change) DB...
just export your current items (if you want to back them up) and source this in...
http://www.evilshare.com/93356fc6-5d...b-00a0c993e9d6
Zipped - 3.some megs... unz = ~150 megs.
(forgive me for using that hosting service, hah) just nothing else is working with me atm.
hopefully it helps
*EDIT* This is a mysql 5.0 file and the database is set to PEQ - if your database has a dif name, make sure to open up the file and change ...
Code:
create database if not exists `peq`;
USE `peq`;
to yours
~Wiz