Sha256: 083b1325db2a3307077a4b3d151e9952674235fd5f7d6bb39926e8f5324bbe42

Contents?: true

Size: 237 Bytes

Versions: 77

Compression:

Stored size: 237 Bytes

Contents

class CreateAppstatsTestObject < ActiveRecord::Migration
  def self.up
    create_table :appstats_test_objects do |t|
      t.string :name
      t.timestamps
    end
  end

  def self.down
    drop_table :appstats_test_objects
  end
end

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
appstats-0.25.1 db/migrate/20110210185911_create_appstats_test_object.rb
appstats-0.25.0 db/migrate/20110210185911_create_appstats_test_object.rb
appstats-0.24.0 db/migrate/20110210185911_create_appstats_test_object.rb
appstats-0.23.5 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.23.4 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.23.3 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.23.2 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.23.1 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.23.0 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.22.6 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.22.5 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.22.4 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.22.3 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.22.2 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.22.1 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.22.0 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.21.3 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.21.2 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.21.1 db/migrations/20110210185911_create_appstats_test_object.rb
appstats-0.20.12 db/migrations/20110210185911_create_appstats_test_object.rb