Sha256: 246c6afe3145f4ebacd0516114aac8c7195c683ac8c5ace31d8c41ac359184ec

Contents?: true

Size: 193 Bytes

Versions: 4

Compression:

Stored size: 193 Bytes

Contents

class CreateTable2s < ActiveRecord::Migration
  def change
    create_table :table2s do |t|
      t.string :col1
      t.string :col2
      t.string :col3

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
db_notes_engine2-0.0.4 test/dummy/db/migrate/20130429103818_create_table2s.rb
db_notes_engine2-0.0.3 test/dummy/db/migrate/20130429103818_create_table2s.rb
db_notes_engine2-0.0.2 test/dummy/db/migrate/20130429103818_create_table2s.rb
db_notes_engine2-0.0.1 test/dummy/db/migrate/20130429103818_create_table2s.rb