Skip to content

Instantly share code, notes, and snippets.

@softberries
Created January 16, 2023 05:26
Show Gist options
  • Select an option

  • Save softberries/7709144c23be0fb67cdf43968ade6642 to your computer and use it in GitHub Desktop.

Select an option

Save softberries/7709144c23be0fb67cdf43968ade6642 to your computer and use it in GitHub Desktop.
schema "users" do
field :email, :string
field :provider, :string
field :token, :string
has_many :todos, OauthTutorial.Todos.Todo
timestamps()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment