See tests: https://travis-ci.org/yiisoft/yii2/jobs/254035826#L833
Seems the code expects 'origin' to exist as array key.
$indexes array returned by SQlite however seems to look like this on HHVM:
Array
(
[0] => Array
(
[seq] => 0
[name] => sqlite_autoindex_T_constraints_1_2
[unique] => 1
)
[1] => Array
(
[seq] => 1
[name] => sqlite_autoindex_T_constraints_1_1
[unique] => 1
)
)
@sergeymakinen seems this is related to your changes. Could you take a look at it?
Copy. I'll fix it this week.
Most helpful comment
Copy. I'll fix it this week.