Hi Guys,
I've been working on an app, and each member gets a unique ID.
In the primary table, users have a column called 'member_id'. It's the first column, and the primary key. It's generated by auto-incrementing.
Basically, first member that signs up, gets unique member ID of 1.
Is this ok? seems pretty simple and basic.
Or, should I create the unique ID through an external process?
I've been working on an app, and each member gets a unique ID.
In the primary table, users have a column called 'member_id'. It's the first column, and the primary key. It's generated by auto-incrementing.
Basically, first member that signs up, gets unique member ID of 1.
Is this ok? seems pretty simple and basic.
Or, should I create the unique ID through an external process?