Sha256: 3b132f7ce8932f14bea0fda3a20ac128336e6c09e5c4c56a1d794915147f7657
Contents?: true
Size: 402 Bytes
Versions: 11
Compression:
Stored size: 402 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.string :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
11 entries across 11 versions & 1 rubygems