Phpmyadmin 2.6.0 doesn't want to let me set a character column length/longtext (240) on mysql.
Why is this?
This is a column where descriptions are being form inserted. On the form, javascript code limits the textarea to 235 characters with a regexp of 235. Only wanted to go one step further since this is the column that absolutely must be contained to 235/240.
Speculating on what would get beyond javascript limit -- if user has javascript turned off (button character count will take netscape back before 4.0 I beleive) -- and what would get beyond the regexp -- some esoteric browser?)
Is it normal that mysql longtext column length cannot be set via phpmyadmin?