CREATE TABLE `password` (`Username` TEXT(10) UNSIGNED NOT NULL, `Password` TEXT(15) UNSIGNED NOT NULL, `ID` ENUM NOT NULL AUTO_INCREMENT PRIMARY KEY, INDEX (`ID`), UNIQUE (`Username`, `ID`), FULLTEXT (`ID`)) COMMENT = 'usernamepass'
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |