Hi,
When we define a field in Ecto migration script like so:
add_if_not_exists(:metadata, :jsonb)
How to make this field optional? Meaning the field need not be provided in INSERT. What would the value be when not provided. The type is jsonb?
Thanks!






















