improvement: set storage type for citext to ci_string

This commit is contained in:
Zach Daniel 2023-10-10 14:12:01 -04:00
parent f008ebfe8b
commit c77ad34efb

View file

@ -51,7 +51,7 @@ defmodule Ash.Type.CiString do
use Ash.Type
@impl true
def storage_type(_), do: :string
def storage_type(_), do: :ci_string
@impl true
def constraints, do: @constraints