9 Feb
2011
9 Feb
'11
6:49 a.m.
On Tue, Feb 08, 2011 at 09:13:07PM -0600, Dan McGee wrote:
On Tue, Feb 8, 2011 at 8:31 PM, Loui Chang <louipc.ist@gmail.com> wrote:
On Tue 08 Feb 2011 10:40 +0100, Lukas Fleischer wrote:
- LangPreference CHAR(5) NOT NULL DEFAULT 'en',
I think LangPreference could probably remain at CHAR, but I am no i18n or DB whiz.
If it isn't something that must be X characters, it makes more sense to use varchar. In this case, we can see that the default is only 2 chars, so varchar seems appropriate to me.
Ack. Applied this to my working tree.