Here you go.
I switched to my listmail users table so this is what I'm using currently
SQL result
Host: localhost
Database: rgvf3kb2_arrowmailinglist
Generation Time: Jan 19, 2009 at 08:06 PM
Generated by: phpMyAdmin 2.11.9.1 / MySQL 5.0.67-community
SQL query: show create table lm_users ;
Rows: 1
Table Create Table
lm_users CREATE TABLE `lm_users` (
`id` mediumint(9) unsigned NOT NULL auto_increment,
`uid` varchar(7) NOT NULL,
`fname` tinytext NOT NULL,
`lname` tinytext NOT NULL,
`email` varchar(255) NOT NULL,
`dateadd` date NOT NULL,
`refurl` varchar(75) NOT NULL,
PRIMARY KEY (`id`),
KEY `uid` (`uid`),
KEY `email` (`email`)
) ENGINE=MyISAM AUTO_INCREMENT=18 DEFAULT CHARSET=utf8