phpmyadmin: Part of Row is flagged red
I created a table in phpmyadmin called "members" and it has a row called "name" which I have it set as such:
Name = name | Type = INT | Length/Values = 100 |
Now when I type in "admin" in the "name" section for inserting content the type box highlights red. I click save and it turns "admin" into "0."
Also phpmyadmin is also auto adding a Collation of "latin1_swedish_ci" to "varcar" how can I stop it from adding this or is this normal?
phpmyadmin Version: 3.5.3 (extended features not activated)