Sha256: 7bef60b477e7cbb6f82dcecc412731b84cc35277327773b2ea07a2a9366e4f1c
Contents?: true
Size: 493 Bytes
Versions: 5
Compression:
Stored size: 493 Bytes
Contents
class CreateImports < ActiveRecord::Migration def change create_table :imports do |t| t.string :name t.string :token t.references :import_format, index: true t.string :repeating_element, default: "Listing" t.string :unique_identifier, default: "ListingKey" t.string :source_url t.string :source_user t.string :source_pass t.timestamps null: false end add_index :imports, :token end end
Version data entries
5 entries across 5 versions & 1 rubygems