yii2-enhanced-gii
yii2-enhanced-gii copied to clipboard
Add zero by default for checkbox input type
Fix #116
Actually it be fixed by database configuration.. setting default to zero..
Sent from my ZUK Z2131 using FastHub
Yii2 don't give send record to database, because in database this field is required. You do the same in simple record creation outside of relations, but why you don't want do it in relational records?
So, how about this pull request?