When I try to import tables (including Ubercart's "uc_orders" table and the table "uc_deliverytimeslot_order" from the Delivery Time Slots module), I receive a myriad of errors. Here are the errors from the time slots table:

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue) VALUES (3, 'doid', 0, 1, 1, 0, 0, 0, 'serial', 1, 1159)' at line 1 query: INSERT INTO tw_columns (twtid, colname, weight, primarykey, availablefk, secure, ignorecol, isempty, coltype, minvalue, maxvalue) VALUES (3, 'doid', 0, 1, 1, 0, 0, 0, 'serial', 1, 1159) in /home/myaccount/public_html/includes/common.inc on line 3579.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue) VALUES (3, 'order_id', 1, 0, 0, 0, 0, 0, 'int', 1, 2711)' at line 1 query: INSERT INTO tw_columns (twtid, colname, weight, primarykey, availablefk, secure, ignorecol, isempty, coltype, minvalue, maxvalue) VALUES (3, 'order_id', 1, 0, 0, 0, 0, 0, 'int', 1, 2711) in /home/myaccount/public_html/includes/common.inc on line 3579.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue) VALUES (3, 'date', 2, 0, 0, 0, 0, 0, 'int', -11145600, 1356310800)' at line 1 query: INSERT INTO tw_columns (twtid, colname, weight, primarykey, availablefk, secure, ignorecol, isempty, coltype, minvalue, maxvalue) VALUES (3, 'date', 2, 0, 0, 0, 0, 0, 'int', -11145600, 1356310800) in /home/myaccount/public_html/includes/common.inc on line 3579.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue) VALUES (3, 'sid', 3, 0, 0, 0, 0, 0, 'int', 1, 7)' at line 1 query: INSERT INTO tw_columns (twtid, colname, weight, primarykey, availablefk, secure, ignorecol, isempty, coltype, minvalue, maxvalue) VALUES (3, 'sid', 3, 0, 0, 0, 0, 0, 'int', 1, 7) in /home/myaccount/public_html/includes/common.inc on line 3579.
user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'maxvalue) VALUES (3, 'confirmed', 4, 0, 0, 0, 0, 0, 'int', 0, 1)' at line 1 query: INSERT INTO tw_columns (twtid, colname, weight, primarykey, availablefk, secure, ignorecol, isempty, coltype, minvalue, maxvalue) VALUES (3, 'confirmed', 4, 0, 0, 0, 0, 0, 'int', 0, 1) in /home/myaccount/public_html/includes/common.inc on line 3579.

Does it look like I did something wrong somewhere?

Also, some of the columns from the uc_orders table do import successfully, but the main one I need (order_id) does not, instead throwing an error similar to those above.

My purpose is to expose the Delivery Time Slot table data in Views so that I can include that info in my order export report that I have already set up as a View. I thought that using Table Wizard and adding the Orders and Time Slots tables and then linking them together might be the way to do so.

Thanks!