Sha256: 757d7b426aa7b5cbd460a25c5f388897eddf494febe4c20d61e93080f7bf3d9c
Contents?: true
Size: 214 Bytes
Versions: 3
Compression:
Stored size: 214 Bytes
Contents
class CreatePersonalBlogComments < ActiveRecord::Migration def change create_table :personal_blog_comments do |t| t.integer :post_id t.text :text t.timestamps null: false end end end
Version data entries
3 entries across 3 versions & 1 rubygems