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