I have this models in Laravel-5.8:
Here are the models:
class Employee extends Model { public $timestamps = false; protected $table = \'employees\'