Skip to content

Instantly share code, notes, and snippets.

@lasseebert
Created October 17, 2016 20:10
Show Gist options
  • Select an option

  • Save lasseebert/03123e524ffd62350752ede10df06a5d to your computer and use it in GitHub Desktop.

Select an option

Save lasseebert/03123e524ffd62350752ede10df06a5d to your computer and use it in GitHub Desktop.
defmodule MyApp.User do
use MyApp.Web, :model
schema "users" do
field :email, :string
timestamps
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment