Sha256: 2bf90010b1ab2f821bea5b91d37c07f83b24eecf8b69d3cfbd9704b6d4803236
Contents?: true
Size: 288 Bytes
Versions: 18
Compression:
Stored size: 288 Bytes
Contents
class CreatePhcmembersproDirectoryCategories < ActiveRecord::Migration 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 null: false end end end
Version data entries
18 entries across 18 versions & 1 rubygems