Sha256: 4c4021d62e70e80317923848d8f29efd1578ca8ca0e56b89dcd67ab73e1633b4

Contents?: true

Size: 230 Bytes

Versions: 7

Compression:

Stored size: 230 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

7 entries across 7 versions & 1 rubygems

Version Path
phcdevworks_tutorials-6.5.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-6.4.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-6.3.1 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-6.3.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-6.2.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-6.1.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb
phcdevworks_tutorials-6.0.0 db/migrate/20191024232406_create_phcdevworks_tutorials_categories_posts.rb