Skip to content

Instantly share code, notes, and snippets.

@bobbrez
Created May 19, 2011 01:03
Show Gist options
  • Save bobbrez/979951 to your computer and use it in GitHub Desktop.
Save bobbrez/979951 to your computer and use it in GitHub Desktop.
ActiveRecord::Schema.define(:version => 20110514135759) do
create_table "beers", :force => true do |t|
t.string "name"
t.string "brewery"
t.float "abv"
t.text "description"
t.string "image_url"
t.datetime "created_at"
t.datetime "updated_at"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment