i'm creating a database for school management in laravel.. i'm stuck in students table where i want to set primary key as "reg_no" column without auto-incrementing and still want the "id" column as auto-incrementing, i tried "protected $primaryKey" and "public $incrementing" but these properties does not solve the problem..
after did this, my db still point "id" column as primary key..
Here are some screen shots:
model:

table/migration:

Database in Xampp:
