Sha256: 52579a58d739ca8d1794ec6c566312911c0898e209abda172ab44842a1b36a57

Contents?: true

Size: 162 Bytes

Versions: 3

Compression:

Stored size: 162 Bytes

Contents

class CreateXmlHandlers < ActiveRecord::Migration
  def change
    create_table :xml_to_form_xml_handlers do |t|
      t.timestamps null: false
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
xml_to_form-0.0.4 db/migrate/20160411193812_create_xml_handlers.rb
xml_to_form-0.0.3 db/migrate/20160411193812_create_xml_handlers.rb
xml_to_form-0.0.2 db/migrate/20160411193812_create_xml_handlers.rb