Sha256: 2b5d6ca1af0d2a7efd6a8fdead129f95785f72d005102043262eb2034e499347

Contents?: true

Size: 260 Bytes

Versions: 2

Compression:

Stored size: 260 Bytes

Contents

class CreateNoteeComments < ActiveRecord::Migration
  def change
    create_table :notee_comments do |t|
      t.integer :post_id
      t.text :content
      t.string :name
      t.string :email
      t.boolean :is_hidden

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
notee-0.4.0 db/migrate/20160803154954_create_notee_comments.rb
notee-0.3.7 db/migrate/20160803154954_create_notee_comments.rb