-- phpMyAdmin SQL Dump -- version 2.7.0-pl1 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Jun 14, 2006 at 05:15 PM -- Server version: 5.0.18 -- PHP Version: 4.4.1-pl1 -- -- Database: `tabs` -- -- -------------------------------------------------------- -- -- Table structure for table `rate_seq` -- CREATE TABLE rate_seq ( id int(10) unsigned NOT NULL auto_increment, PRIMARY KEY (id) ) ENGINE=MyISAM;