Sha256: 14e652e3c1206cc3fda5930e737701b78337c462a9127c43af1b830d165ba2ed
Contents?: true
Size: 311 Bytes
Versions: 216
Compression:
Stored size: 311 Bytes
Contents
class CreateManifestationReserveStats < ActiveRecord::Migration def self.up create_table :manifestation_reserve_stats do |t| t.datetime :start_date t.datetime :end_date t.text :note t.timestamps end end def self.down drop_table :manifestation_reserve_stats end end
Version data entries
216 entries across 209 versions & 12 rubygems