Sha256: 7ac57937830d4453fadf75ce7bcc866718262d818393c285cf7a9c23e4484f73

Contents?: true

Size: 255 Bytes

Versions: 1

Compression:

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

1 entries across 1 versions & 1 rubygems

Version Path
phcdevworks_tutorials-12.2.0 db/migrate/20200328012248_create_phcdevworks_tutorials_command_categories_posts.rb