Sha256: 26bc705f10c8a74bc625aa817130e04d7539d7d5282b45f8fcf8a0b5c46f723d

Contents?: true

Size: 317 Bytes

Versions: 4

Compression:

Stored size: 317 Bytes

Contents

class CreatePhcpressproModulesCategories < ActiveRecord::Migration[5.1]
  def change
    create_table :phcpresspro_modules_categories do |t|

      t.string :catname

      t.string :user_id
      t.string :user_name
      t.string :membership_id
      t.string :oganization_id

      t.timestamps

    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phcpresspro-12.0.1 db/migrate/20160716182936_create_phcpresspro_modules_categories.rb
phcpresspro-12.0.0 db/migrate/20160716182936_create_phcpresspro_modules_categories.rb
phcpresspro-11.0.1 db/migrate/20160716182936_create_phcpresspro_modules_categories.rb
phcpresspro-11.0.0 db/migrate/20160716182936_create_phcpresspro_modules_categories.rb