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.0.8 db/migrate/068_create_marty_import_types.rb
marty-1.0.7 db/migrate/068_create_marty_import_types.rb
marty-1.0.6 db/migrate/068_create_marty_import_types.rb
marty-1.0.5 db/migrate/068_create_marty_import_types.rb
marty-1.0.4 db/migrate/068_create_marty_import_types.rb
marty-1.0.3 db/migrate/068_create_marty_import_types.rb
marty-1.0.1 db/migrate/068_create_marty_import_types.rb
marty-1.0.0 db/migrate/068_create_marty_import_types.rb
marty-0.5.41 db/migrate/068_create_marty_import_types.rb
marty-0.5.40 db/migrate/068_create_marty_import_types.rb
marty-0.5.39 db/migrate/068_create_marty_import_types.rb
marty-0.5.38 db/migrate/068_create_marty_import_types.rb
marty-0.5.36 db/migrate/068_create_marty_import_types.rb
marty-0.5.35 db/migrate/068_create_marty_import_types.rb
marty-0.5.34 db/migrate/068_create_marty_import_types.rb
marty-0.5.33 db/migrate/068_create_marty_import_types.rb
marty-0.5.32 db/migrate/068_create_marty_import_types.rb
marty-0.5.31 db/migrate/068_create_marty_import_types.rb
marty-0.5.30 db/migrate/068_create_marty_import_types.rb
marty-0.5.29 db/migrate/068_create_marty_import_types.rb