'datetime', 'expires_at' => 'datetime', ]; /** * Optional: if your password_resets table does NOT have an auto-increment id * (Laravel default table usually uses email as primary and no id), * uncomment below and set the correct primary key settings: */ // protected $primaryKey = 'id'; // public $incrementing = true; // protected $keyType = 'int'; }