Sha256: 9d33678c5766652911ee3107636e54edb4061a0b5e0e4b544061797452819872

Contents?: true

Size: 239 Bytes

Versions: 8

Compression:

Stored size: 239 Bytes

Contents

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 db/migrate/20120723215704_create_help_popups_topics.rb
help_popups-1.0.4 db/migrate/20120723215704_create_help_popups_topics.rb
help_popups-1.0.3 db/migrate/20120723215704_create_help_popups_topics.rb
help_popups-1.0.2 db/migrate/20120723215704_create_help_popups_topics.rb
help_popups-1.0.1 db/migrate/20120723215704_create_help_popups_topics.rb
help_popups-1.0.0 db/migrate/20120723215704_create_help_popups_topics.rb
help_popups-0.1.1 db/migrate/20120723215704_create_help_popups_topics.rb
help_popups-0.1.0 db/migrate/20120723215704_create_help_popups_topics.rb