How do I add a column using Phinx of type character varying(3)[] using their addColumn api?
Digging into the source code seems like it might not be a supported feature?
How do I add a column using Phinx of type character varying(3)[] using their addColumn api?
Digging into the source code seems like it might not be a supported feature?
Copyright © 2021 Jogjafile Inc.
Phinx support custom types and you can forgo type check and write your own custom types: