Re: BigSerial + Alembic

2014-01-30 Thread Michael Bayer
On Jan 30, 2014, at 11:42 AM, jason.cl...@360pi.com wrote: > I'm on my last hurdle with implementing Alembic with our SqlAlchemy models, > and the issue is I can't get Alembic to implement my id column with > BIGSERIAL, it always defaults to SERIAL. I implemented a TypeDecorator on > each of

BigSerial + Alembic

2014-01-30 Thread jason . clark
I'm on my last hurdle with implementing Alembic with our SqlAlchemy models, and the issue is I can't get Alembic to implement my id column with BIGSERIAL, it always defaults to SERIAL. I implemented a TypeDecorator on each of the primary key columns that I want to be BIGSERIAL, the implementa