Increase the length of reference field in database created using orchestrator enterprise

Hi,
Is there a way to increase reference field length in database created using orchestrator enterprise edition. I am trying to store UID of email where the length is greater than 128 characters. Please educate me how i can store a reference key greater than 128 characters in Queue.

Hi @Dinesh_Kumar_Lalchan - As per my understanding when Database developer creates the database/table then at the time of creation he/she specified the length and it can’t be change after that but I am not sure but there are other datatypes available which can store more than 128 character in database like nvarchar.

Hope it helps.
Best!!
Anmol

@Dinesh_Kumar_Lalchan
You should be able to use the alter table command on the table that was created to increase the size of the data allow for a particular column.