Sha256: 9875ed4f378f7ada040d79af7f573505764a1e3445480bccaa6d255943418078

Contents?: true

Size: 195 Bytes

Versions: 5

Compression:

Stored size: 195 Bytes

Contents

class CreateHarks < ActiveRecord::Migration
  def self.up
    create_table :harks do |t|
      t.string :tidings
      t.timestamps
    end
  end

  def self.down
    drop_table :harks
  end
end

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
technomancy-harker-0.0.3 test/sample/db/migrate/20090326050232_create_harks.rb
technomancy-harker-0.5.0 test/sample/db/migrate/20090326050232_create_harks.rb
technomancy-harker-0.5.1 test/sample/db/migrate/20090326050232_create_harks.rb
technomancy-harker-0.5.2 test/sample/db/migrate/20090326050232_create_harks.rb
harker-0.5.3 test/sample/db/migrate/20090326050232_create_harks.rb