Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as PHP by chips ( 19 years ago )
CREATE TABLE `membre` (
`id` int(20) NOT NULL auto_increment,
`pseudo` varchar(255) NOT NULL default '',
`mot_passe` varchar(255) NOT NULL default '',
`confirmation` int(10) NOT NULL default '0',
`sexe` int(10) NOT NULL default '0',
`naissance` int(20) NOT NULL default '0',
`departement` int(20) NOT NULL default '0',
`email` varchar(255) NOT NULL default '',
`rang` int(10) NOT NULL default '1',
`confirmation_code` varchar(200) NOT NULL default '',
`timestamp` bigint(20) NOT NULL default '0',
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
Revise this Paste