Sha256: 8b145cff8f59e45b6b9a08ca5921f683d8a6502015539111eb9fa0db219c73e1
Contents?: true
Size: 373 Bytes
Versions: 94
Compression:
Stored size: 373 Bytes
Contents
class CreateMartyImportTypes < ActiveRecord::Migration[4.2] 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
94 entries across 94 versions & 1 rubygems