Sha256: cb39453ea88aa9685f54e3620a1a8cd22dd15f38faf620f45b0f04878cbc54ca

Contents?: true

Size: 368 Bytes

Versions: 86

Compression:

Stored size: 368 Bytes

Contents

class CreateMartyImportTypes < ActiveRecord::Migration
  def change
    create_table :marty_import_types do |t|
      t.timestamps null: false

      t.string :name,             null: false, limit: 255
      t.string :db_model_name,    null: false, limit: 255
      t.string :synonym_fields,   limit: 255
      t.string :cleaner_function, limit: 255
    end
  end
end

Version data entries

86 entries across 86 versions & 1 rubygems

Version Path
marty-1.2.9 db/migrate/068_create_marty_import_types.rb
marty-1.2.8 db/migrate/068_create_marty_import_types.rb
marty-1.2.7 db/migrate/068_create_marty_import_types.rb
marty-1.2.6 db/migrate/068_create_marty_import_types.rb
marty-1.2.5 db/migrate/068_create_marty_import_types.rb
marty-1.2.4 db/migrate/068_create_marty_import_types.rb
marty-1.2.3 db/migrate/068_create_marty_import_types.rb
marty-1.2.2 db/migrate/068_create_marty_import_types.rb
marty-1.2.1 db/migrate/068_create_marty_import_types.rb
marty-1.2.0 db/migrate/068_create_marty_import_types.rb
marty-1.1.9 db/migrate/068_create_marty_import_types.rb
marty-1.1.8 db/migrate/068_create_marty_import_types.rb
marty-1.1.7 db/migrate/068_create_marty_import_types.rb
marty-1.1.6 db/migrate/068_create_marty_import_types.rb
marty-1.1.5 db/migrate/068_create_marty_import_types.rb
marty-1.1.4 db/migrate/068_create_marty_import_types.rb
marty-1.1.3 db/migrate/068_create_marty_import_types.rb
marty-1.1.2 db/migrate/068_create_marty_import_types.rb
marty-1.1.1 db/migrate/068_create_marty_import_types.rb
marty-1.0.54 db/migrate/068_create_marty_import_types.rb