Sha256: 7bc49f01606b2e1bc1cde75bed0850d5fe23fdced3d33ee709d5ad73b7b57b65
Contents?: true
Size: 334 Bytes
Versions: 19
Compression:
Stored size: 334 Bytes
Contents
class CreateRedditorSliderBlocks < ActiveRecord::Migration def change create_table(:redditor_slider_blocks) do |t| t.integer "page_id" t.integer "position" t.datetime "created_at", :null => false t.datetime "updated_at", :null => false end add_index :redditor_slider_blocks, :page_id end end
Version data entries
19 entries across 19 versions & 1 rubygems