sageteamorg / django-sage-tools

Reusable, generic mixins for Django
MIT License
6 stars 5 forks source link

💡 Add db_comment to PictureOperationAbstract Model Fields #4

Closed ARYAN-NIKNEZHAD closed 4 months ago

ARYAN-NIKNEZHAD commented 4 months ago

Description:

The PictureOperationAbstract model currently lacks db_comment attributes for its fields. To improve the clarity and maintainability of the database schema, it's essential to add db_comment attributes to each field. This will provide additional context and descriptions for the fields, aiding both developers and database administrators in understanding their purpose.