Sha256: 775b8475de16deca8d43b03450afda8ee2c1f8ff2ee2d21db4634c92983c7c8a
Contents?: true
Size: 363 Bytes
Versions: 5
Compression:
Stored size: 363 Bytes
Contents
# This migration comes from tb_cms (originally 20120103034659) class CreateSpudPagePartials < ActiveRecord::Migration[4.2] 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
5 entries across 5 versions & 1 rubygems