Sha256: 70f8443f6a7c1199e5cb6ac1d0ed36420a4e792fd0e783e92f14f9a9fbe208aa

Contents?: true

Size: 413 Bytes

Versions: 1

Compression:

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

1 entries across 1 versions & 1 rubygems

Version Path
phcdevworks_tutorials-12.2.0 db/migrate/20200320110553_create_phcdevworks_tutorials_command_items.rb