Curfuffled on this sytax. Tried looking, can’t find on it anywhere.
CREATE TABLE `#__LISTINGS` (
`Description` TEXT(M) NOT NULL
What is the value of M if I want to allow the max length? I’ve read through the reference on mySQL’s site, but it doesn’t give an example or say what the default value is.
Don’t include
(M)at all if you want the size to be unbound.