Closed DimitarTerzov closed 5 years ago
There is no support for default values yet, but adding it won't solve original issue since some of columns seem to be nullable
Yes, they are nullable
, I tried with nullable=False
and it works good, but for now I will leave them nullable
and will continue this way. Thaks.
In my model I have columns with default value. When the strategy generates value for this columns sometimes it generates None. Is there a way to receive the default value instead None?
I create solution that works, but I was wondering if there is another way.