Sha256: 0432376e0d1af327e6fc20dca61965c6416976471067fdf58225f1507442eab3
Contents?: true
Size: 241 Bytes
Versions: 3
Compression:
Stored size: 241 Bytes
Contents
class CreatePhcdevworksPressListCategoriesPosts < ActiveRecord::Migration[7.0] def change create_table :phcdevworks_press_list_categories_posts do |t| t.integer :category_id t.integer :post_id end end end
Version data entries
3 entries across 3 versions & 1 rubygems