Sha256: 01fd7a58ed3ecc58f8d84abd3a6651de7b438ba106ad8d2347c3694dcfaac6d5
Contents?: true
Size: 357 Bytes
Versions: 12
Compression:
Stored size: 357 Bytes
Contents
# This migration comes from tb_cms (originally 20120103034659) class CreateSpudPagePartials < ActiveRecord::Migration def change create_table :spud_page_partials do |t| t.integer :spud_page_id t.string :name t.text :content t.string :format t.timestamps end add_index :spud_page_partials,:spud_page_id end end
Version data entries
12 entries across 12 versions & 1 rubygems