'datetime', 'updated_at' => 'datetime', ]; } public function awardVehicle() { return $this->belongsTo('App\Models\Vehicles', 'vehicle', 'id'); } public function awardCategory() { return $this->belongsTo('App\Models\CarShowCategory', 'category', 'id'); } }