Sha256: 7b8292064bf2bcf74969d90a4848fa9fd044c0f1121de5832bba281f673039fc

Contents?: true

Size: 470 Bytes

Versions: 11

Compression:

Stored size: 470 Bytes

Contents

class CreatePhcdevworksTutorialsCommandItems < ActiveRecord::Migration[6.0]
    def change
        create_table :phcdevworks_tutorials_command_items do |t|

            t.string :item_title
            t.text :item_description
            t.string :item_copy_command
            t.string :item_image

            t.string :slug
            t.string :user_id
            t.string :org_id

            t.references :post

            t.timestamps

        end
    end
end

Version data entries

11 entries across 11 versions & 1 rubygems

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