Sha256: 94ecd036b37537b91fd1b9458cfe4cbfdcb44f709438263183b8fa3452a50c92

Contents?: true

Size: 394 Bytes

Versions: 17

Compression:

Stored size: 394 Bytes

Contents

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

      t.string :command_item_title
      t.text :command_item_text
      t.string :command_item_copy_command

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

      t.references :post

      t.timestamps

    end
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
phcdevworks_tutorials-12.1.1 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-12.1.0 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-12.0.5 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-12.0.4 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-12.0.3 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-12.0.2 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-12.0.1 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-12.0.0 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-11.3.0 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-11.2.0 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-11.1.0 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-11.0.2 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-11.0.1 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-11.0.0 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-10.0.0 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-9.0.1 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb
phcdevworks_tutorials-9.0.0 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb