Sha256: 6caabb7d4c8a91c2d4338c56a5c3b4aa04d9fb2fab41dacb42ee0241a67385a0
Contents?: true
Size: 416 Bytes
Versions: 14
Compression:
Stored size: 416 Bytes
Contents
class CreateScaptimonyScapContentProfiles < ActiveRecord::Migration def change create_table :scaptimony_scap_content_profiles do |t| t.references :scap_content, :index => true t.string :profile_id t.string :title end add_index :scaptimony_scap_content_profiles, [:scap_content_id, :profile_id], :unique => true, :name => :index_scaptimony_scap_content_profiles_scipi end end
Version data entries
14 entries across 14 versions & 1 rubygems