Can I change Eloquent model primary key.
I want to set primary key for example admin_id
instead of 'id'?
I know I can change table name for model like
protected $table = "admin";
Is there something similar for primary key?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…