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