alter type in DB

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
freddy00
Posts: 5
Joined: 18 Mar 2009, 09:15

alter type in DB

Post by freddy00 »

hello.

for some reason the email field associated to the user is too small (in terms of chars) for our needs.
how safe is to alter "email" field from db table "mantis_user_table" from varchar(64) to something like varchar(128) ?

thanks for your help.

regards, Federico
atrol
Site Admin
Posts: 8536
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: alter type in DB

Post by atrol »

There are more changes needed.
At least the hardcoded restrictions to 64 characters in function print_email_input have to be changed.
Please use Search before posting and read the Manual
Post Reply