Is an "increments" database field for database table id good practice?

Well, my question is as simple and as short as the title of this topic.
Since an “increments” field is primary and unique by default, is it good practice to set the id field to “increments” type or is this supposed to be used for something else?

Simple answer yes, increments is what you need for your table id field.

That’s what I thought and now I’m sure, thanks for the quick reply :smiley: :+1:

1 Like