Sha256: 893745ebc3674914285242f97c7bdffecb13fee9c6687a492ef2a3069f8d33d4
Contents?: true
Size: 205 Bytes
Versions: 12
Compression:
Stored size: 205 Bytes
Contents
class CreateRecordChangedFields < ActiveRecord::Migration def change create_table :record_changed_fields do |t| t.string :data t.string :from_format t.timestamps end end end
Version data entries
12 entries across 10 versions & 1 rubygems