Sha256: cc6474e6daef5e2aa22765217ce537096893d870caf29ec3c3d6c9eaa172ce0f

Contents?: true

Size: 214 Bytes

Versions: 2

Compression:

Stored size: 214 Bytes

Contents

class CreateC80YaxCats < ActiveRecord::Migration
  def change
    create_table :c80_yax_cats do |t|
      t.string :title
      t.string :slug
      t.integer :ord

      t.timestamps null: false
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
c80_yax-0.1.0.3 db/migrate/20170620111100_create_c80_yax_cats.rb
c80_yax-0.1.0.2 db/migrate/20170620111100_create_c80_yax_cats.rb