It seems that string
type for postgrex is varchar(255)
, which puts an upper bound on the size of the string.
Xref: https://elixirforum.com/t/the-unexpected-varchar-255/32937/3
It seems that string
type for postgrex is varchar(255)
, which puts an upper bound on the size of the string.
Xref: https://elixirforum.com/t/the-unexpected-varchar-255/32937/3