Sha256: 3ea4f2c967d098130ff2b354020fd5c8c907f2f3d5f0bf6b7952566e6e4ede61

Contents?: true

Size: 352 Bytes

Versions: 6

Compression:

Stored size: 352 Bytes

Contents

class CreateNotNamespaced < ActiveRecord::Migration
  def self.up
    create_table :not_namespaced_active_record_class_but_long_enough_it_shouldnt_cause_conflicts do |t|
      t.column :name, :string, :null => false
    end
  end

  def self.down
    drop_table :not_namespaced_active_record_class_but_long_enough_it_shouldnt_cause_conflicts
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
to_factory-2.1.0 spec/db/migrate/3_create_not_namespaced.rb
to_factory-2.0.0 spec/db/migrate/3_create_not_namespaced.rb
to_factory-0.2.1 spec/db/migrate/3_create_not_namespaced.rb
to_factory-0.2.0 spec/db/migrate/3_create_not_namespaced.rb
to_factory-0.1.1 spec/db/migrate/3_create_not_namespaced.rb
to_factory-0.1.0 spec/db/migrate/3_create_not_namespaced.rb