Sha256: 1f1f405b8099bb8b4ac3c5ec4f7dcb35905a8f5499a72fb9bb13324da3ef2e83

Contents?: true

Size: 719 Bytes

Versions: 3

Compression:

Stored size: 719 Bytes

Contents

ActiveRecord::Schema.define do
  create_table "cars", :force => true do |t|
    t.string "model"
  end

  create_table "users", :force => true do |t|
    t.string   "name"
    t.string   "last_name"
    t.string   "address"
    t.string   "email",           :null => false
    t.string   "zip"
    t.string   "country"
    t.datetime "created_at",      :null => false
    t.datetime "updated_at",      :null => false
    t.boolean  "receive_email"
    t.text     "description"
    t.string   "favorite_color"
    t.text     "favorite_books"
    t.datetime "birth_date"
    t.float    "money"
    t.float    "money_proc"
    t.string   "height"
    t.string   "favorite_movie"
    t.string   "favorite_locale"
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
best_in_place-3.0.1 spec/internal/db/schema.rb
best_in_place-3.0.0 spec/internal/db/schema.rb
best_in_place-3.0.0.rc1 spec/internal/db/schema.rb