Sha256: 6c2ac0ac82ff6b4eba358df7873618eaa9c81be21de3ba04fa2b3a59b4a91b00
Contents?: true
Size: 213 Bytes
Versions: 34
Compression:
Stored size: 213 Bytes
Contents
class AddEnumerationsPositionName < ActiveRecord::Migration def up add_column :enumerations, :position_name, :string, :limit => 30 end def down remove_column :enumerations, :position_name end end
Version data entries
34 entries across 34 versions & 1 rubygems