Sha256: 77cc93b84f132b5ffd2c9ec3391e3b68ff1b85533f7c0fae173f955a21f14538
Contents?: true
Size: 328 Bytes
Versions: 66
Compression:
Stored size: 328 Bytes
Contents
class CreatePhcmembersproDirectoryCategories < ActiveRecord::Migration def change create_table :phcmemberspro_directory_categories do |t| t.string :catname t.references :business, index: true t.string :user_id t.string :membership_id t.string :oganization_id t.timestamps null: false end end end
Version data entries
66 entries across 66 versions & 1 rubygems