[php] General error: 1364 Field 'user_id' doesn't have a default value

you need to change database strict mode. for disable follow below step

  1. Open config/database.php

  2. find 'strict' change the value true to false and try again