Changes between Initial Version and Version 1 of Ticket #32925, comment 3
- Timestamp:
- Jul 14, 2021, 12:33:49 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32925, comment 3
initial v1 1 I doubt if this need to rely on database. It can programatically update this default value to the existing columns when runs migrate. At model.save(), it can save this default value to database. Yes, I understand this need some tweak on migration code, but it most like an inconsistent from django, rather than database limitation.1 I doubt if this need to rely on database. It can programatically update this default value to the existing columns when runs migrate. At model.save(), it can save this default value to database. Yes, I understand this needs some tweak on migration code, but it most like an inconsistent from django, rather than database limitation.