[Doctrine Migrations] database migration components in depth parsing 3: custom data field types
According to the official document, create new TinyIntType class, integrate Type, and override getName, getSQLDeclaration, convertToPValue, getBindingType and other methods.
Read More