Sha256: 1a3b12874ccd3c14af2ae5f19c97bf25301c97ff81ccb93e6a66d68023d30ac4

Contents?: true

Size: 186 Bytes

Versions: 2

Compression:

Stored size: 186 Bytes

Contents

class CreateTestsAjaxes < ActiveRecord::Migration
  def change
    create_table :tests_ajaxes do |t|
      t.string :name
      t.text :description

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
guara-0.0.3 db/migrate/20120924022719_create_tests_ajaxes.rb
guara-0.0.1.rc db/migrate/20120924022719_create_tests_ajaxes.rb