Sha256: e66d12f71eefa4d1dbb88ea5193275ca5ddae5e5d81b1f59d0b62147cd9810d3

Contents?: true

Size: 229 Bytes

Versions: 1

Compression:

Stored size: 229 Bytes

Contents

# frozen_string_literal: true

class CreatePapperStyles < ActiveRecord::Migration
  def change
    create_table :papper_styles do |t|
      t.string        :title
      t.string        :slug

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
translation_cms-0.1.5 db/migrate/20130719065006_create_papper_styles.rb