'integer', 'point' => 'integer' ]; protected $dates = ['created', 'updated']; public function customer() { return $this->belongsTo(Customer::class, 'customer_id'); } }