Sha256: f76094384f9e89ca1ab44baf5be8f758a2b5d8cd0f915a535935e91e462fbb54
Contents?: true
Size: 278 Bytes
Versions: 12
Compression:
Stored size: 278 Bytes
Contents
class CreatePhcmembersproDirectoryCategories < ActiveRecord::Migration[5.0] def change create_table :phcmemberspro_directory_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
12 entries across 12 versions & 1 rubygems