For data models using Ecto.
Options:
id_type: :uuid(default) or: :intid, :noneexport_json: [:field, ...]— becomes@derive {Jason.Encoder, [fields...]}debug: true— will print out some compile-time information for debugging
For data models using Ecto.
id_type: :uuid (default) or: :intid, :noneexport_json: [:field, ...] — becomes @derive {Jason.Encoder, [fields...]}debug: true — will print out some compile-time information for debugging