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