Sha256: 1dbf16c0920adcf0efa5653f90fe121e80d399b8aaa2e6564b1c4bf138780359
Contents?: true
Size: 385 Bytes
Versions: 8
Compression:
Stored size: 385 Bytes
Contents
# This migration comes from tb_blog (originally 20120713150446) class CreateSpudPostSites < ActiveRecord::Migration def change create_table :spud_post_sites do |t| t.integer :spud_post_id, null: false t.integer :spud_site_id, null: false t.timestamps end add_index :spud_post_sites, :spud_post_id add_index :spud_post_sites, :spud_site_id end end
Version data entries
8 entries across 8 versions & 1 rubygems