MavuSnippets.MysqlTypes.JsonArray.type

You're seeing just the function type, go back to MavuSnippets.MysqlTypes.JsonArray module for more information.
  • type should output the name of the DB type
  • cast should receive any type and output your custom Ecto type (=list)
  • load should receive the DB type and output your custom Ecto type
  • dump should receive your custom Ecto type and output the DB type