Sha256: 99e180d6e355e59c2700f9b80cf1d7691d4298e7accc9dca50f93393b8d3c39a

Contents?: true

Size: 382 Bytes

Versions: 3

Compression:

Stored size: 382 Bytes

Contents

ActiveRecord::Schema.define :version => 0 do

  create_table "friendships", :force => true do |t|
    t.integer  "user_id"
    t.integer  "friend_id"
    t.boolean  "approved"
    t.datetime "created_at", :null => false
    t.datetime "updated_at", :null => false
  end

  create_table "users", :force => true do |t|
    t.string   "first_name"
    t.string   "last_name"
  end

end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
acts_as_friendable-1.0.1 spec/config/schema.rb
acts_as_friendable-1.0.0 spec/config/schema.rb
acts_as_friendable-0.5.0 spec/config/schema.rb