Skip to content

is there ulid support? #90

Answered by lrljoe
lvisxesteban asked this question in Q&A
Discussion options

You must be logged in to vote

Went through on Discord with you.

Two key things to ensure:

  1. That your authenticatable_id and the "id" in your users/etc table match type
  2. That your User model uses the following to ensure it does not try to autoincrement the ID:
public $incrementing = false;

Replies: 1 comment

Comment options

lrljoe
Oct 13, 2023
Collaborator Sponsor

You must be logged in to vote
0 replies
Answer selected by lvisxesteban
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants