Sha256: 83a176aea8458354d96b5b2a1f76b043825d195951808912c4feb3129aedda58
Contents?: true
Size: 307 Bytes
Versions: 8
Compression:
Stored size: 307 Bytes
Contents
# This migration comes from help_popups (originally 20120723215704) 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
Version data entries
8 entries across 8 versions & 1 rubygems