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.30 db/migrate/068_create_marty_import_types.rb
marty-1.0.29 db/migrate/068_create_marty_import_types.rb
marty-1.0.28 db/migrate/068_create_marty_import_types.rb
marty-1.0.27 db/migrate/068_create_marty_import_types.rb
marty-1.0.26 db/migrate/068_create_marty_import_types.rb
marty-1.0.25 db/migrate/068_create_marty_import_types.rb
marty-1.0.24 db/migrate/068_create_marty_import_types.rb
marty-1.0.23 db/migrate/068_create_marty_import_types.rb
marty-1.0.22 db/migrate/068_create_marty_import_types.rb
marty-1.0.20 db/migrate/068_create_marty_import_types.rb
marty-1.0.19 db/migrate/068_create_marty_import_types.rb
marty-1.0.18 db/migrate/068_create_marty_import_types.rb
marty-1.0.17 db/migrate/068_create_marty_import_types.rb
marty-1.0.15 db/migrate/068_create_marty_import_types.rb
marty-1.0.14 db/migrate/068_create_marty_import_types.rb
marty-1.0.13 db/migrate/068_create_marty_import_types.rb
marty-1.0.12 db/migrate/068_create_marty_import_types.rb
marty-1.0.11 db/migrate/068_create_marty_import_types.rb
marty-1.0.10 db/migrate/068_create_marty_import_types.rb
marty-1.0.9 db/migrate/068_create_marty_import_types.rb