Computer Science, asked by niteshshawshaw, 10 months ago

what is autofield...........?

Answers

Answered by Anonymous
0

Answer:

According to documentation, An AutoField is an IntegerField that automatically increments according to available IDs. One usually won't need to use this directly because a primary key field will automatically be added to your model if you don't specify otherwise.

Similar questions