Sha256: 4f1d90cce3a1f0b704ce88b57e08490896d9bb69ba3defea2afba4546d245b61
Contents?: true
Size: 198 Bytes
Versions: 86
Compression:
Stored size: 198 Bytes
Contents
class CreateFreeFormSectionType < ActiveRecord::Migration def change create_table :pulitzer_free_form_section_types do |t| t.integer :post_type_id t.string :name end end end
Version data entries
86 entries across 84 versions & 1 rubygems