Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created March 14, 2016 21:39
Show Gist options
  • Select an option

  • Save johnhamelink/49c17765d4580ce51f4e to your computer and use it in GitHub Desktop.

Select an option

Save johnhamelink/49c17765d4580ce51f4e to your computer and use it in GitHub Desktop.
schema "venues" do
field :name, :string
field :description, :string
field :address, :string
field :cover_photo, :string
field :postcode, :string
field :is_private, :boolean
belongs_to :owner, DB.Session
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment