Sha256: ed72eb8449e931504a22dce5d8d7726f6d2bf99542111716ceff60f6d126b5d7

Contents?: true

Size: 476 Bytes

Versions: 45

Compression:

Stored size: 476 Bytes

Contents

class CreateBatchObjectAttributes < ActiveRecord::Migration
  def change
    unless table_exists?(:batch_object_attributes)
      create_table :batch_object_attributes do |t|
        t.integer  "batch_object_id"
        t.string   "datastream"
        t.string   "name"
        t.string   "operation"
        t.text     "value",           limit: 65535
        t.string   "value_type"
        t.datetime "created_at"
        t.datetime "updated_at"
      end
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
ddr-batch-1.7.2 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.7.1 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.7.0 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.6.1 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.6.0 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.6.0.rc1 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.5.1 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.5.0 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.5.0.rc1 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.4.1 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.4.0 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.4.0.rc1 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.3.0 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.3.0.rc1 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.2.0 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.2.0.rc6 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.2.0.rc5 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.2.0.rc4 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.2.0.rc3 db/migrate/20150828202118_create_batch_object_attributes.rb
ddr-batch-1.2.0.rc2 db/migrate/20150828202118_create_batch_object_attributes.rb