Skip to content

Commit

Permalink
Update company.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Sep 13, 2024
1 parent 3cc6b32 commit b1d2a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/company.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Company do

import Ecto.Changeset

@primary_key {:id, Ecto.UUID, autogenerate: true}
@primary_key {:id, Needle.ULID, autogenerate: true}
schema "companies" do
field :name, :string
field :is_active, :boolean
Expand Down

0 comments on commit b1d2a60

Please sign in to comment.