Re: value too long for type character varying(1)

2020-12-12 Thread Taofeek Jimoh Iyanda
> >>> Please I need an urgent help on this subject, I was trying to migrate my >>> model in django to a postgres DB but I am getting 'value too long for type >>> character varying(1)' error. I have tried making the max_length = 1000 but >>> I a

Re: value too long for type character varying(1)

2020-12-12 Thread Anselme Gildas Tchassem Boutchouang
again and should work > > On Sat, Dec 12, 2020 at 1:56 PM Taofeek Jimoh Iyanda < > iyandataofee...@gmail.com> wrote: > >> Hello Guys, >> >> Please I need an urgent help on this subject, I was trying to migrate my >> model in django to a postgres DB but I am ge

Re: value too long for type character varying(1)

2020-12-12 Thread Anselme Gildas Tchassem Boutchouang
>> iyandataofee...@gmail.com> wrote: >> >>> Hello Guys, >>> >>> Please I need an urgent help on this subject, I was trying to migrate my >>> model in django to a postgres DB but I am getting 'value too long for type >>> character varying(1)&#x

Re: value too long for type character varying(1)

2020-12-12 Thread 712189512
ello Guys, > > Please I need an urgent help on this subject, I was trying to migrate my > model in django to a postgres DB but I am getting 'value too long for type > character varying(1)' error. I have tried making the max_length = 1000 but > I am still getting the same error. >

value too long for type character varying(1)

2020-12-12 Thread Taofeek Jimoh Iyanda
Hello Guys, Please I need an urgent help on this subject, I was trying to migrate my model in django to a postgres DB but I am getting 'value too long for type character varying(1)' error. I have tried making the max_length = 1000 but I am still getting the same error. The last t