When trying to keep a column as null, mediumText
, and add a value 'as defined', it returns:
BLOB column 'over' can not have a default value
Why can not I? What are the implications of this? How can I resolve this to allow an optional column in MySQL of type mediumText
(or one that suits the need) and has a default value like "Do not talk too much", for example?