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