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.11 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.10 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.9 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.8 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.7 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.6 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.5 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.4 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.3 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.2 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.1 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.15.0 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.14.4 db/migrate/20170531164349_create_post_type_custom_option_list.rb
pulitzer-0.14.3 db/migrate/20170531164349_create_post_type_custom_option_list.rb