On 4/5/2013 10:57 AM, nag wrote:
I should add - if you DO try to replace the entire field, the DELETE
could have unforeseen consequences - for instance, if you have another
table that specifies a foreign key with ON DELETE CASCADE (and are using
InnoDB), the DELETE in the table will delete the applicable row(s) in
the other table, also. This can cause real problems, especially if you
define the foreign key at a later time.