I have a project where I have changed the User model primary key from "id" to "MemberX" using the following command in my User.php model file:
protected $primaryKey = 'MemberID'
But my Passport accessToken Table Still uses "id".I want "MemberX"
id
user_id :::::Here i want MemberID not id
client_id name scopes revoked created_at updated_at expires_at