Sha256: d2c620afcaaa64337d43070fcbb0340cdc1437ffdfefd865da2d275960e43eb9
Contents?: true
Size: 319 Bytes
Versions: 110
Compression:
Stored size: 319 Bytes
Contents
class CreateManifestationCheckoutStats < ActiveRecord::Migration[4.2] def self.up create_table :manifestation_checkout_stats do |t| t.datetime :start_date t.datetime :end_date t.text :note t.timestamps end end def self.down drop_table :manifestation_checkout_stats end end
Version data entries
110 entries across 110 versions & 11 rubygems