class CreateHelpPopupsTopics < ActiveRecord::Migration def change create_table :help_popups_topics do |t| t.string :code t.string :title t.text :body t.integer :parent_id t.timestamps end end end