-- MySQL dump 9.08 -- -- Host: localhost Database: tscsnp --------------------------------------------------------- -- Server version 4.0.13-Max-log -- -- Table structure for table 'TBL_WITHDRAW_CODES' -- CREATE TABLE TBL_WITHDRAW_CODES ( withdraw_code char(1) NOT NULL default '', withdraw_Explanation text, PRIMARY KEY (withdraw_code) ) TYPE=MyISAM;