How would I generate in Laravel a unique biginteger for a database table column on save.
I have
------------------------------
id | banner_id | title
------------------------------
1 | 2348779 | some title
------------------------------
2 | 2312779 | some title2
------------------------------
where id
is my primary key
and banner_id random unique bigint
You can try something like this: