Sha256: ab1c252f7b6b26c7898cc9aaab40e46bf9f5aff62f6e17f1eada5d613da97d24
Contents?: true
Size: 338 Bytes
Versions: 5
Compression:
Stored size: 338 Bytes
Contents
# This migration comes from seo_pages (originally 20130905104642) class CreateSeoPagesSeoPages < ActiveRecord::Migration def change create_table :seo_pages_seo_pages do |t| t.string :url_identifier t.string :page_title t.string :meta_keywords t.string :meta_description t.timestamps end end end
Version data entries
5 entries across 5 versions & 1 rubygems