Sha256: c45f2f0999f69a17b096b0b307d64de3095df9f0ca1813632f456412294b884f
Contents?: true
Size: 233 Bytes
Versions: 1
Compression:
Stored size: 233 Bytes
Contents
class CreateRailsPageCommentPageComments < ActiveRecord::Migration def change create_table :rails_page_comment_page_comments do |t| t.string :page_uri t.text :content t.timestamps end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails_page_comment-0.1.0 | db/migrate/20141105030748_create_rails_page_comment_page_comments.rb |