Should I create the password column as a regular varchar and then insert like this:
sha1($pass_string)
Or should I do something extra upon the
The manual contains a good explanation of what type of column to use.