Sha256: 22944a531d44c6f49d6ef4006608ef098030c27fd5bde350bfc75f9f62db5bd7
Contents?: true
Size: 339 Bytes
Versions: 36
Compression:
Stored size: 339 Bytes
Contents
class CreatePhcpressproModulesCategories < ActiveRecord::Migration[5.1] def change create_table :phcpresspro_modules_categories do |t| t.string :catname t.string :slug t.string :user_id t.string :user_name t.string :membership_id t.string :oganization_id t.timestamps end end end
Version data entries
36 entries across 36 versions & 1 rubygems