Sha256: 343c078c224cdf09f4cef34bc2266a6ee0ad789ca69983e3e85db608177bc418
Contents?: true
Size: 1.67 KB
Versions: 3
Compression:
Stored size: 1.67 KB
Contents
# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. # # Note that this schema.rb definition is the authoritative source for your # database schema. If you need to create the application database on another # system, you should be using db:schema:load, not running all the migrations # from scratch. The latter is a flawed and unsustainable approach (the more migrations # you'll amass, the slower it'll run and the greater likelihood for issues). # # It's strongly recommended to check this file into your version control system. ActiveRecord::Schema.define(:version => 20120310195447) do create_table "date_time_testers", :force => true do |t| t.datetime "test" end create_table "field_format_testers", :force => true do |t| t.integer "integer_field" t.float "float_field" t.decimal "decimal_field" t.date "date_field" t.time "time_field" t.datetime "datetime_field" t.datetime "timestamp_field" t.boolean "boolean_field" t.text "text_field" t.string "email_field" t.string "phone_field" t.string "url_field" t.string "string_field" end create_table "nobel_prize_winners", :force => true do |t| t.string "first_name" t.string "last_name" t.date "birthdate" t.datetime "created_at" t.datetime "updated_at" end create_table "nobel_prizes", :force => true do |t| t.integer "nobel_prize_winner_id" t.string "category" t.integer "year" t.boolean "shared" end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
with_filters-0.1.2 | spec/dummy/db/schema.rb |
with_filters-0.1.1 | spec/dummy/db/schema.rb |
with_filters-0.1.0 | spec/dummy/db/schema.rb |