Sha256: 6d6ed9369211e608e51861b83994febb84e09164e116faa7cc9b51f933adc063

Contents?: true

Size: 228 Bytes

Versions: 12

Compression:

Stored size: 228 Bytes

Contents

class CreatePhcdevworksTutorialsCategoriesPosts < ActiveRecord::Migration[6.0]
  def change
    create_table :phcdevworks_tutorials_categories_posts do |t|
      t.integer :category_id
      t.integer :post_id
    end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
phcdevworks_tutorials-5.2.2 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-5.2.1 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-5.2.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-5.1.2 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-5.1.1 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-5.1.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-5.0.2 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-5.0.1 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-5.0.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-4.0.1 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-4.0.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-3.0.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb