Sha256: 217a3dfd971612a8b2d34f77aca6564c69ef307119fd5c1d3cb86c2591b79d62

Contents?: true

Size: 221 Bytes

Versions: 17

Compression:

Stored size: 221 Bytes

Contents

class CreateCustomFields < ActiveRecord::Migration
  def change
    create_table :custom_fields do |t|
      t.string :name,       null: false
      t.string :field_type, null: false

      t.timestamps
    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
nimbleshop_core-0.0.10 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.9 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.8 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.7 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.5 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.4.beta1 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.4 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.3 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.2 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.2.beta1 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.1 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.1.rc6 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.1.rc5 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.1.rc4 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.1.rc3 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.1.rc2 db/migrate/20111106193938_create_custom_fields.rb
nimbleshop_core-0.0.1.rc1 db/migrate/20111106193938_create_custom_fields.rb