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