Nevermind, I just found it looking throught the Illuminate\Database\Eloquent\Model
/**
* Indicates if the IDs are auto-incrementing.
*
* @var bool
*/
public $incrementing = true;
I imagine that I just need to set that to false on the appropiate models.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community