Sha256: 9fe6eaed102de9fa67de596fb612a96e25a911f328d76f6c3514967facebd1c1

Contents?: true

Size: 148 Bytes

Versions: 2

Compression:

Stored size: 148 Bytes

Contents

class CreateNotes < ActiveRecord::Migration
  def change
    create_table :notes do |t|
      t.string :title

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
acts_as_commentable_more-1.1.0 test/dummy/db/migrate/20150113065948_create_notes.rb
acts_as_commentable_more-1.0.0 test/dummy/db/migrate/20150113065948_create_notes.rb