Date: 2025-01-13 22:22:02
Score: 2
Natty:
You can try to define it in the model:
class User extends Model
{
protected $primaryKey = 'USUARIOS_ID';
}
Ref: https://laravel.com/docs/11.x/eloquent#primary-keys
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- Low reputation (0.5):
Posted by: Juranir Santos