Does attribute `default: _` not set the struct's default value?
It appears that when defining an attribute's
default: value, it doesn't set the default on the generated struct definition. I would expect it would, like Ecto.Schema does. Is there a reason it doesn't? Or is there a way of accomplishing this that I couldn't find in the documentation?