Sha256: 914a6b224ff80e23cd86bda039075087f7c9d321a9dab06a0db9eb2834d5a332

Contents?: true

Size: 269 Bytes

Versions: 8

Compression:

Stored size: 269 Bytes

Contents

# This migration comes from chili_social (originally 20120513031021)
class CreateChiliSocialLikes < ActiveRecord::Migration
  def change
    create_table :chili_social_likes do |t|
      t.integer :post_id
      t.integer :user_id

      t.timestamps
    end
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
chili-0.3.0 spec/dummy/example/db/migrate/20120513032032_create_chili_social_likes.chili_likes.rb
chili-0.2.2 spec/dummy/example/db/migrate/20120513032032_create_chili_social_likes.chili_likes.rb
chili-0.2.1 spec/dummy/example/db/migrate/20120513032032_create_chili_social_likes.chili_likes.rb
chili-0.2.0 spec/dummy/example/db/migrate/20120513032032_create_chili_social_likes.chili_likes.rb
chili-0.1.0 spec/dummy/main_app/db/migrate/20120513032032_create_chili_social_likes.chili_likes.rb
chili-0.0.9 spec/dummy/main_app/db/migrate/20120513032032_create_chili_social_likes.chili_likes.rb
chili-0.0.8 spec/dummy/main_app/db/migrate/20120513032032_create_chili_social_likes.chili_likes.rb
chili-0.0.7 spec/dummy/main_app/db/migrate/20120513032032_create_chili_social_likes.chili_likes.rb