Page 1 of 1

changing field size of middle initial

PostPosted: Sun Aug 24, 2008 4:32 pm
by js19
Should it be ok doing this? I just want to change it from varchar(1) to varchar(12) so that I can use it for something else. I can't imagine this should cause any problems on the script end but thought i'd ask anyway. I'm already using up all the other fields.

PostPosted: Sun Aug 24, 2008 5:13 pm
by mflorell
That should work, just make sure you do a lot of testing before you put it in production.