Sha256: f386bfc3d0686471e2dde96bd1af60fbfc05c95f2316b17a32012d14f2005bf9

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

Sequel.migration do
  change do
    create_table(:klout_topics_users) do
      foreign_key :user_id, :users, :on_delete => :cascade, :index => true
      foreign_key :klout_topic_id, :klout_topics, :on_delete => :cascade, :index => true
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
birdwatcher-0.4.0 db/migrations/011_create_klout_topics_users.rb
birdwatcher-0.3.1 db/migrations/011_create_klout_topics_users.rb
birdwatcher-0.1.0 db/migrations/011_create_klout_topics_users.rb