You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be a Bug and can be fixed in the line you referenced by correcting the line into this one: $this->string .= (strlen($this->array['defaultValue']['expression']) == 0) ? '' : " DEFAULT " . $this->array['defaultValue']['expression'] . " ";
yii2-migration-utility/assets/AppUtility.php
Line 105 in 5b89422
strlen() returns params error
The text was updated successfully, but these errors were encountered: