Sha256: 8aae4c840bede79164c53de601c863a2012c88f39a2f41b0f4a57d006b21fb75

Contents?: true

Size: 493 Bytes

Versions: 3

Compression:

Stored size: 493 Bytes

Contents

class CreatePhcdevworksTutorialsTutorialSteps < ActiveRecord::Migration[7.0]
  def change
    create_table :phcdevworks_tutorials_tutorial_steps do |t|

      t.string :tutorial_step_number
      t.string :tutorial_step_title
      t.text :tutorial_step_text
      t.text :tutorial_step_copy_instruction

      t.string :optimization_id

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

      t.references :post

      t.timestamps

    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
phcdevworks_tutorials-13.0.2 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb
phcdevworks_tutorials-13.0.1 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb
phcdevworks_tutorials-13.0.0 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb