Sha256: 683fc6e3f4ab597dd0baf0a44536febccf6ffc9ac93947a9e2ab60b7a583c680
Contents?: true
Size: 254 Bytes
Versions: 12
Compression:
Stored size: 254 Bytes
Contents
class PhcdevworksTutorialsCategoriesCommands < ActiveRecord::Migration[6.0] def change create_table :phcdevworks_tutorials_categories_commands do |t| t.integer :category_id t.integer :post_id end end end
Version data entries
12 entries across 12 versions & 1 rubygems