Sha256: 0a4015e69e1076d37f8d90eefd09ccf7acc645390bb5dc1c2263c18eb642004e

Contents?: true

Size: 400 Bytes

Versions: 7

Compression:

Stored size: 400 Bytes

Contents

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

      t.string :step_number
      t.string :step_title
      t.text :step_description
      t.string :step_image

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

      t.references :post

      t.timestamps

    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
phcdevworks_tutorials-6.5.0 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb
phcdevworks_tutorials-6.4.0 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb
phcdevworks_tutorials-6.3.1 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb
phcdevworks_tutorials-6.3.0 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb
phcdevworks_tutorials-6.2.0 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb
phcdevworks_tutorials-6.1.0 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb
phcdevworks_tutorials-6.0.0 db/migrate/20191017235421_create_phcdevworks_tutorials_tutorial_steps.rb