3YOURMIND / django-add-default-value

This django Migration Operation can be used to transfer a Fields default value to the database scheme.
Apache License 2.0
138 stars 20 forks source link

Fetch DB Column Name from Field Metadata #26

Closed jpulec closed 4 years ago

jpulec commented 4 years ago

Fixes #24

flixx commented 4 years ago

Great, thanks again. I also created a test for it that I will commit separately.