Sha256: d976beab1f9abaf50ab99fc6bdd5f11e8ac34b77c4c049a4bdbb97ac50e32d09

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 Bytes

Contents

# This migration comes from pageflow (originally 20141027102310)
class CreateWidgets < ActiveRecord::Migration
  def change
    create_table :pageflow_widgets do |t|
      t.belongs_to :subject, polymorphic: true
      t.string :type_name
      t.string :role

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pageflow-sitemap-0.1.0 spec/d/r/db/migrate/20150209101551_create_widgets.pageflow.rb