MySQL prior to 5.03 only allows a max varchar length of 255. Two of your fields suprass that.
Hi agilpwc,
Thanks for this info, I honestly did not know this.
You will notice that the table create has been ammended to have the URL and SITEDESC columns explisitly created as type TEXT.
-- Athelas
Comments
Comment #1
athelas commentedHi agilpwc,
Thanks for this info, I honestly did not know this.
You will notice that the table create has been ammended to have the URL and SITEDESC columns explisitly created as type TEXT.
--
Athelas
Comment #2
(not verified) commented