Repository URL to install this package:
Version:
0.5.12 ▾
|
# This migration comes from blocks (originally 1)
class CreateBlocks < ActiveRecord::Migration
def change
create_table :blocks_blocks do |t|
t.string :title
t.integer :position
t.references :parent, polymorphic: true, index: true
t.timestamps null: false
end
end
end