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

Version Path
phcdevworks_tutorials-8.0.1 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-8.0.0 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-7.0.0 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-6.11.0 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-6.10.2 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-6.10.1 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-6.10.0 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-6.9.0 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-6.8.0 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-6.7.0 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-6.6.4 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb
phcdevworks_tutorials-6.6.3 db/migrate/20200328012248_phcdevworks_tutorials_categories_commands.rb