Sha256: cb7af6baed0c2bbfec86e9f7cd049b3315ee12bb8129e607f7f780cc5318395c
Contents?: true
Size: 180 Bytes
Versions: 59
Compression:
Stored size: 180 Bytes
Contents
class CreateParaComponentSections < ActiveRecord::Migration def change create_table :para_component_sections do |t| t.string :name t.timestamps end end end
Version data entries
59 entries across 59 versions & 1 rubygems