Sha256: 83a44d5a67915dfff3db2bd9a3dbd4a7f08d96e99ef742159c1ef61d621c4b80

Contents?: true

Size: 274 Bytes

Versions: 2

Compression:

Stored size: 274 Bytes

Contents

class CreatePhcpressModulesCategories < ActiveRecord::Migration[5.2]
  def change

    create_table :phcpress_modules_categories do |t|

      t.string :catname

      t.string :slug

      t.string :user_id
      t.string :user_name

      t.timestamps

    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
phcpress-29.0.0 db/migrate/20160716182848_create_phcpress_modules_categories.rb
phcpress-28.0.0 db/migrate/20160716182848_create_phcpress_modules_categories.rb