Sha256: 07aa8ce0dff3d9f29f3639da15814c3a83d4fb350dd44752697ab3f67749faac
Contents?: true
Size: 329 Bytes
Versions: 77
Compression:
Stored size: 329 Bytes
Contents
class CreateSubjectHeadingTypes < ActiveRecord::Migration[4.2] def self.up create_table :subject_heading_types do |t| t.string :name, null: false t.text :display_name t.text :note t.integer :position t.timestamps end end def self.down drop_table :subject_heading_types end end
Version data entries
77 entries across 77 versions & 8 rubygems