Sha256: da5499ac2978bbee09b97a5c1229ff0d3ecb354e18ce6cb04e2b501a72dcfc23
Contents?: true
Size: 294 Bytes
Versions: 56
Compression:
Stored size: 294 Bytes
Contents
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
56 entries across 56 versions & 1 rubygems