I have always created tables with a id
primary% autoincrementado and has not given me problems, but what interests me is having a id
more difficult to remember and that does not take an order but does not allow duplicates.
I have this:
ID: 1, 2, 3, 4, 5, 6
I want this:
ID: 234434, 32323, 03043, 232345, 33124, 66674
How would you achieve it from the same phpmyadmin
or any other more efficient method?