Sha256: 31c69ba0542e9a1deac6f37fd51e5630dc6a2c1c907008a6f7b26fc8de4b7852
Contents?: true
Size: 367 Bytes
Versions: 52
Compression:
Stored size: 367 Bytes
Contents
# This migration comes from cmor_cms (originally 4) class CreateCmorCmsPartials < ActiveRecord::Migration[4.2] def change create_table :cmor_cms_partials do |t| t.string :basename t.string :pathname 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