how to keep fixed_length of Integerfield in django models

Viewed 4249

I have one integer field to store Pincodes. I want to set length of integer field to be only 6 how can I do that?

3 Answers
Related