View Single Post
Old 02-23-2008, 12:03 AM   #1 (permalink)
Aaron
The Frequenter
 
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
Aaron is on a distinguished road
Default Is this a good query?

PHP Code:
CREATE TABLE `users` (
`
idSMALLINT UNSIGNED NOT NULL AUTO_INCREMENT ,
`
nameVARCHAR30 NOT NULL ,
`
passwordVARCHAR30 NOT NULL ,
PRIMARY KEY ( `id` )
); 
is that a good query for a member table?
Send a message via MSN to Aaron
Aaron is offline  
Reply With Quote