Sha256: b48ac68fb31dd74ddbf69018658bbc3d724e107ea522b1291a711c85fe37b64a
Contents?: true
Size: 414 Bytes
Versions: 52
Compression:
Stored size: 414 Bytes
Contents
# This migration comes from cmor_cms (originally 2) class CreateCmorCmsPages < ActiveRecord::Migration[4.2] def change create_table :cmor_cms_pages do |t| t.string :basename t.string :pathname t.string :title t.text :meta_description t.text :body t.string :layout t.string :locale t.string :format t.string :handler t.timestamps end end end
Version data entries
52 entries across 52 versions & 2 rubygems