Thanks—fwiw, the problem with changing the database is that we’ve been trying to stick to a vanilla install (keeping all our changes as stuff *within* the database, rather than to the database or application itself).
Presumably, this is beneficial when it comes to upgrades and/or migrating to another server—ie, do you know if upgrades will safely “respect” that this column now has a new size? (one concern is that the column might later somehow revert to the smaller default size—perhaps along with an upgrade—and thereby truncate our data with it)
btw, is there a performance downside to the larger column? If not, seems like EE might consider making that a system-wide change…