Sha256: 07ac919b6a036111c3da6c135fb37d7e9185f542229ddb2c3914caead2e360e7
Contents?: true
Size: 338 Bytes
Versions: 10
Compression:
Stored size: 338 Bytes
Contents
class CreatePhcpressproModulesCategories < ActiveRecord::Migration[5.0] 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
10 entries across 10 versions & 1 rubygems