Sha256: 3cfd000ac1a52dd754e3b40a634ef44333674ee2e8560f32b3aea1c6bf352509

Contents?: true

Size: 1007 Bytes

Versions: 2

Compression:

Stored size: 1007 Bytes

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 => 6) do

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

  create_table "inner_children", :force => true do |t|
    t.column "field",           :string
    t.column "nested_child_id", :integer
  end

  create_table "nested_children", :force => true do |t|
    t.column "field",            :string
    t.column "nested_parent_id", :integer
  end

  create_table "nested_parents", :force => true do |t|
    t.column "field",          :string
    t.column "inner_child_id", :integer
  end

  create_table "user_groups", :force => true do |t|
    t.column "user_id",  :integer
    t.column "group_id", :integer
  end

  create_table "users", :force => true do |t|
    t.column "login", :string
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
joinfix-0.1.0 rails/db/schema.rb
joinfix-0.1.1 rails/db/schema.rb