Sha256: 53a636474cfc0f4757d8d6f5eba3594784717eedf4ab1944abc574295a39f447
Contents?: true
Size: 270 Bytes
Versions: 78
Compression:
Stored size: 270 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 :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
78 entries across 78 versions & 1 rubygems