mootensai / yii2-enhanced-gii

Enhanced Yii2 Gii (generator) that generates related Models & CRUD
MIT License
203 stars 98 forks source link

Generate migration column tinyint give error result #158

Open cantona762 opened 4 years ago

cantona762 commented 4 years ago

Generate migration with the column tinyint, output $this->tinyint(1) instead of $this->tinyInteger(1)