Sha256: 032a905a8cbf026777b39fb6b871306f1482c52374e5d3d2cec954fcccc8e31a

Contents?: true

Size: 194 Bytes

Versions: 19

Compression:

Stored size: 194 Bytes

Contents

class __migration_name__ < ActiveRecord::Migration
  def self.up
    create_table :__migration_table__ do |t|
      
    end
  end

  def self.down
    drop_table :__migration_table__
  end
end

Version data entries

19 entries across 19 versions & 2 rubygems

Version Path
winton-active_wrapper-0.1.0 resources/migration.template
winton-active_wrapper-0.1.1 resources/migration.template
winton-active_wrapper-0.1.2 resources/migration.template
winton-active_wrapper-0.1.3 resources/migration.template
winton-active_wrapper-0.1.4 resources/migration.template
winton-active_wrapper-0.1.5 resources/migration.template
winton-active_wrapper-0.1.6 resources/migration.template
winton-active_wrapper-0.1.7 resources/migration.template
winton-active_wrapper-0.1.8 resources/migration.template
winton-active_wrapper-0.1.9 resources/migration.template
winton-active_wrapper-0.2.0 resources/migration.template
active_wrapper-0.2.7 resources/migration.template
active_wrapper-0.2.6 resources/migration.template
active_wrapper-0.2.5 resources/migration.template
active_wrapper-0.2.4 resources/migration.template
active_wrapper-0.2.3 resources/migration.template
active_wrapper-0.2.2 resources/migration.template
active_wrapper-0.2.1 resources/migration.template
active_wrapper-0.2.0 resources/migration.template