Sha256: 240a39f4082c70926319ef54e40096698ee5c7145600650668d4305fc42cf773

Contents?: true

Size: 1.43 KB

Versions: 1

Compression:

Stored size: 1.43 KB

Contents

# This file is autogenerated. Instead of editing this file, please use the
# migrations feature of ActiveRecord to incrementally modify your database, and
# then regenerate this schema definition.

ActiveRecord::Schema.define(:version => 9) do

  create_table "double_sti_parent_relationships", :force => true do |t|
    t.column "the_bone_type", :string,  :default => "", :null => false
    t.column "the_bone_id",   :integer,                 :null => false
    t.column "parent_type",   :string,  :default => "", :null => false
    t.column "parent_id",     :integer,                 :null => false
  end

  create_table "double_sti_parents", :force => true do |t|
    t.column "name", :string
  end

  create_table "library_models", :force => true do |t|
    t.column "name", :string
  end

  create_table "organic_substances", :force => true do |t|
    t.column "type", :string
  end

  create_table "single_sti_parent_relationships", :force => true do |t|
    t.column "the_bone_type",        :string,  :default => "", :null => false
    t.column "the_bone_id",          :integer,                 :null => false
    t.column "single_sti_parent_id", :integer,                 :null => false
  end

  create_table "single_sti_parents", :force => true do |t|
    t.column "name", :string
  end

  create_table "sticks", :force => true do |t|
    t.column "name", :string
  end

  create_table "stones", :force => true do |t|
    t.column "name", :string
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
has_many_polymorphs-2.12 test/integration/app/db/schema.rb