Sha256: 8b678400110dfa9a1e89484d04e12fdadea6ef9581723399dd51ad14a8c78112
Contents?: true
Size: 339 Bytes
Versions: 14
Compression:
Stored size: 339 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
14 entries across 14 versions & 1 rubygems