Recommend this page to a friend! | Stumble It! | Bookmark in del.icio.us |
Classes of Alf-Red | > | Registration | > | sql.sql | > | Download | ||
|
Download |
# phpMyAdmin MySQL-Dump # version 2.4.0 # http://www.phpmyadmin.net/ (download page) # # -------------------------------------------------------- # # Table structure for table `registration` # CREATE TABLE registration ( id_name int(11) NOT NULL auto_increment, user varchar(25) NOT NULL default '', pass varchar(25) NOT NULL default '', activ text NOT NULL, mail varchar(50) NOT NULL default '', activated int(11) NOT NULL default '0', PRIMARY KEY (id_name) ) TYPE=MyISAM; |