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