Skip to content

Instantly share code, notes, and snippets.

Created October 30, 2011 15:46
Show Gist options
  • Select an option

  • Save anonymous/1326044 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/1326044 to your computer and use it in GitHub Desktop.
Schema
ActiveRecord::Schema.define(:version => 20111021200330) do
create_table "links", :force => true do |t|
t.string "title"
t.text "embed_code"
t.integer "points", :default => 0
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