PostgreSQL bulk alter

Hi,

There’s a reason to postgresql adapter do not supports bulk alter?

I tested a bulk alter on psql and it worked to change the type of two distinct columns.

If there’s no reason to be disabled on postgresql adapter, I would to submit a pull request :slight_smile:

Cheers,

Gabriel Sobrinho

gabrielsobrinho.com

I think there's no reason other than that nobody has implement it yet, so go for it.

Nice, I will do that this week :slight_smile: