Re: online vs offline produce different "python stack traces" and general question

2018-09-07 Thread HP3
> > Perfect, that's what I thought. Thanks a lot Mike! -- You received this message because you are subscribed to the Google Groups "sqlalchemy-alembic" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: online vs offline produce different "python stack traces" and general question

2018-09-07 Thread Mike Bayer
you can change the nullability of a column with op.alter_column(). There's no need to create a separate constraint. On Thu, Sep 6, 2018 at 8:07 PM, HP3 wrote: > Sorry: > > nullable = False > > -- > You received this message because you are subscribed to the Google Groups > "sqlalchemy-alembic"