Sha256: b9106ab7f68b5f7eecea37e7dc77cbd9c0280c50465768708a481316a1314402
Contents?: true
Size: 293 Bytes
Versions: 65
Compression:
Stored size: 293 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
65 entries across 65 versions & 1 rubygems