Sha256: 442df85120f82ce849e64771d7b155e1c8ca9426703d10e09be6f3328c89210d
Contents?: true
Size: 416 Bytes
Versions: 36
Compression:
Stored size: 416 Bytes
Contents
class AddMaestranoTo<%= table_name.camelize %> < ActiveRecord::Migration def self.up change_table(:<%= table_name %>) do |t| <%= migration_data -%> end end def self.down # By default, we don't want to make any assumption about how to roll back this migration. # Please edit below which fields you would like to remove in this migration. raise ActiveRecord::IrreversibleMigration end end
Version data entries
36 entries across 36 versions & 2 rubygems