Sha256: e981a5f9a5331ffe4717c9acb5cdfb8aa439be0d58f41af9ec1738917a757255

Contents?: true

Size: 274 Bytes

Versions: 34

Compression:

Stored size: 274 Bytes

Contents

class CreatePostTypeCustomOptionList < ActiveRecord::Migration[5.0]
  def change
    create_table :pulitzer_post_type_content_element_type_custom_option_lists do |t|
      t.integer :post_type_content_element_type_id
      t.integer :custom_option_list_id
    end
  end
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
pulitzer-0.15.31 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.30 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.29 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.28 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.27 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.26 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.25 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.24 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.23 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.22 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.21 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.20 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.19 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.18 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.17 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.16 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.15 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.14 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.13 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.12 db/migrate/20170531164349_create_post_type_custom_option_list.rb