# # mSQL Dump (requires mSQL-1.0.6 or better) # # Host: localhost Database: camelcityB #-------------------------------------------------------- # # Table structure for table 'orders' # CREATE TABLE orders ( sessionid CHAR(32), orderid CHAR(32), itemnumber INT, quantity REAL, color CHAR(32), size CHAR(32), print CHAR(32), price REAL, description CHAR(32) ) \g