In Yii we had CDbExpression('NULL')
what is the equivalent in Yii2? Need to set a database column back to null
via a model in Yii2
If i remember correctly yii2 don't make a string conversion for null value when you can try setting the value to NULL
$model->field = NULL;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With