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

Version Path
help_popups-1.0.5 test/dummy/db/migrate/20120723220037_create_help_popups_topics.help_popups.rb
help_popups-1.0.4 test/dummy/db/migrate/20120723220037_create_help_popups_topics.help_popups.rb
help_popups-1.0.3 test/dummy/db/migrate/20120723220037_create_help_popups_topics.help_popups.rb
help_popups-1.0.2 test/dummy/db/migrate/20120723220037_create_help_popups_topics.help_popups.rb
help_popups-1.0.1 test/dummy/db/migrate/20120723220037_create_help_popups_topics.help_popups.rb
help_popups-1.0.0 test/dummy/db/migrate/20120723220037_create_help_popups_topics.help_popups.rb
help_popups-0.1.1 test/dummy/db/migrate/20120723220037_create_help_popups_topics.help_popups.rb
help_popups-0.1.0 test/dummy/db/migrate/20120723220037_create_help_popups_topics.help_popups.rb