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

Version Path
cmor_cms-0.0.60.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.59.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.58.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.57.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.56.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.55.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.54.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.53.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.52.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.51.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.50.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.49.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.48.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.45.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.44.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.43.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.42.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.41.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.40.pre db/migrate/003_create_cmor_cms_templates.rb
cmor_cms-0.0.39.pre db/migrate/003_create_cmor_cms_templates.rb