Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
blocks / spec / dummy / db / migrate / 20170307223415_create_blocks.blocks.rb
Size: Mime:
# 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