Summary
Callbacks
@callback migration_type(Ash.Type.constraints()) :: term()
@callback postgres_reference_expr(Ash.Type.t(), Ash.Type.constraints(), term()) :: {:ok, term()} | :error
@callback value_to_postgres_default(Ash.Type.t(), Ash.Type.constraints(), term()) :: {:ok, String.t()} | :error