1. phinx
数据迁移填充工具
1.1. Column Types
- biginteger
 - binary
 - boolean
 - date 日期
 - datetime 日期时间
 - decimal
 - float
 - integer 默认 int(11)
 - string
 - text
 - time 时间
 - timestamp 时间戳
 - uuid
 
MySQL 还支持 enum, set, blob, json (json MySQL 5.7 及以上支持)
1.2. questions
1.2.1. 清除 phinx status 记录
参考 https://github.com/robmorgan/phinx/issues/206
- check your database for a table called phinxlog.
 - remove the MISSING columns.