cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.46k stars 892 forks source link

PostgreSQL - possibility to create "character varying" column without limit #2233

Open Mapiiik opened 10 months ago

Mapiiik commented 10 months ago

This change in the PostgreSQL adapter allows you to create a "character varying" column without a limit. Otherwise, even if we set the limit to "null" it still takes this default.

dereuromark commented 9 months ago

Are we OK to merge here?

ajibarra commented 4 months ago

@dereuromark @othercorey Changes looks good. Can we merge it?

othercorey commented 4 months ago

@MasterOdin Can you check this?