On Tue, Oct 24, 2017 at 09:16:57PM +0100, Hugo Mills
wrote:
>Hi, Oleg,
>Thanks for the prompt reply.
Welcome!
> On Tue, Oct 24, 2017 at 09:37:57PM +0200, Oleg Broytman wrote:
> > On Tue, Oct 24, 2017 at 08:00:13PM +0100, Hugo Mills
> > wrote:
> > >Is there any way that I can mo
Hi, Oleg,
Thanks for the prompt reply.
On Tue, Oct 24, 2017 at 09:37:57PM +0200, Oleg Broytman wrote:
> On Tue, Oct 24, 2017 at 08:00:13PM +0100, Hugo Mills
> wrote:
> >Is there any way that I can modify an existing database column,
> > with data in it, without losing the data in it?
Hi!
On Tue, Oct 24, 2017 at 08:00:13PM +0100, Hugo Mills
wrote:
>Is there any way that I can modify an existing database column,
> with data in it, without losing the data in it? All I need to be able
> to do is increase the size of a StringCol.
>
>I can see addColumn and delColumn meth
Is there any way that I can modify an existing database column,
with data in it, without losing the data in it? All I need to be able
to do is increase the size of a StringCol.
I can see addColumn and delColumn methods of the sqlmeta object,
but not an alterColumn or anything similar.
Th