I am trying to create a user's table but got the following error. What is it that is wrong? Also I'm new to mysql, what is the difference between binary and unsigned? Thanks for the help
CREATE TABLE `tblUsers` (`UserID` MEDIUMINT(7) BINARY NOT NULL AUTO_INCREMENT, `FirstName` TINYTEXT(25)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.