typeid-elixir/lib
Patrik Stenmark b0180b0619 Rename type option to column_type
Thr reaason for this is that Ecto seems to be handling options
differently when the custom type is used for a `belongs_to` field. For
example if `belongs_to :thing, Thing, type: TypeID` is specified, the
value for `type` will be `TypeIO`, which makes the opts valdiation fail.
Using another name for `type`, makes it possible to both set `type` (The
Ecto type of the field) and `column_type` (The column type in the
database)`.
2024-10-03 09:05:33 +02:00
..
type_id Rename type option to column_type 2024-10-03 09:05:33 +02:00
type_id.ex Fix prefix validation in Ecto type () 2024-08-28 12:10:40 -04:00