Sha256: 11d37a710c50b5c5cfe75f609421f953972edfaa04c633141785f8f9e42c4a97

Contents?: true

Size: 263 Bytes

Versions: 2

Compression:

Stored size: 263 Bytes

Contents

class CreateTableIngestionTable < ActiveRecord::Migration
  def self.up
    create_table :ingestion_rules  do |t|
      t.string :bu_id
      t.string :entity_type
      t.string :status
    end
  end

   def self.down
     drop_table :ingestion_rules
   end
end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
apl-library-0.0.90 db/migrate/20140515093730_create_table_ingestion_table.rb
apl-library-0.0.90 vendor/bundle/ruby/2.1.0/gems/apl-library-0.0.90/db/migrate/20140515093730_create_table_ingestion_table.rb