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