We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736191c commit 600b290Copy full SHA for 600b290
lib/cadet/code_exchange.ex
@@ -9,8 +9,8 @@ defmodule Cadet.TokenExchange do
9
alias Cadet.Repo
10
alias Cadet.Accounts.User
11
12
+ @primary_key {:code, :string, []}
13
schema "token_exchange" do
- field(:code, :string)
14
field(:generated_at, :utc_datetime_usec)
15
field(:expires_at, :utc_datetime_usec)
16
0 commit comments