Ecto.Schema.Metadata
Stores metadata of a struct.
The fields are:
state
- the state in a struct’s lifetime, e.g. :built, :loaded, :deletedsource
- the database source of a model, which is the source specified in schema by default or custom source when building a assoc with the custom source.