Sha256: 6b255af2aba86419379c0b7062b0d381c473dce4f86bf2d21621589ad5192dec
Contents?: true
Size: 245 Bytes
Versions: 16
Compression:
Stored size: 245 Bytes
Contents
class CreatePhcdevworksTutorialsCommandCategoriesPosts < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_command_categories_posts do |t| t.integer :category_id t.integer :post_id end end end
Version data entries
16 entries across 16 versions & 1 rubygems