Sha256: 12a64294953343183f48c1f5598813a1cdd825820185c46c884e7771e9307ba9
Contents?: true
Size: 471 Bytes
Versions: 17
Compression:
Stored size: 471 Bytes
Contents
class CreatePhcdevworksTutorialsTutorialSteps < ActiveRecord::Migration[6.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
17 entries across 17 versions & 1 rubygems