PDA

View Full Version : Quickie Question


NCDave
03-02-2002, 11:51 PM
Anyone see any bad side-effects to modifying the bbcodereplacement field in the bbcode table from a varchar(200) field to, oh, let's say a mediumtext field? I realize large-sized vb codes probably aren't the smartest idea, but 200 characters is a bit tight for anything slightly complicated.

-- Dave

Admin
03-03-2002, 09:00 AM
If you can, use varchar(255). If that'd not enough, use text, I don't think you will EVER need a code that needs a mediumtext field.