-
Added ability to generate dropdown from Enum field · e6361749Joel Small authored
Alternatively, if statement could be: if(substr($column->dbType, 0, 4) === 'enum'), however expected implemented option to be more robust across other database formats. Created after followup on this issue: https://github.com/yiisoft/yii/issues/292#issuecomment-44780779
e6361749
×