Sha256: 0fc8b505207691ba0eeed5afefcc488637ba02bfac563dc9cfc223f3f18bc96a

Contents?: true

Size: 300 Bytes

Versions: 83

Compression:

Stored size: 300 Bytes

Contents

class CreateExtfaceDevices < ActiveRecord::Migration
  def change
    create_table :extface_devices do |t|
      t.string :uuid
      t.string :name
      t.references :extfaceable, polymorphic: true
      t.references :driveable, polymorphic: true, index: true

      t.timestamps
    end
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
extface-0.0.3 db/migrate/20140215192111_create_extface_devices.rb
extface-0.0.2 db/migrate/20140215192111_create_extface_devices.rb
extface-0.0.1 db/migrate/20140215192111_create_extface_devices.rb