Skip to content

Instantly share code, notes, and snippets.

@maxhodak
Created June 20, 2011 01:10
Show Gist options
  • Save maxhodak/1034978 to your computer and use it in GitHub Desktop.
Save maxhodak/1034978 to your computer and use it in GitHub Desktop.
ActiveRecord::Schema.define(:version => 20110620010115) do
create_table "users", :force => true do |t|
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