Sha256: 7ef2933ad9744577d48ddabec1ac73dfda93c85858402f5b8265739407be3f7d

Contents?: true

Size: 295 Bytes

Versions: 93

Compression:

Stored size: 295 Bytes

Contents

class CreateAppstatsEntries < ActiveRecord::Migration
  def self.up
    create_table :appstats_entries do |t|
      t.string :entry_type
      t.string :name, :null => false
      t.string :description
      t.timestamps
    end
  end

  def self.down
    drop_table :appstats_entries
  end
end

Version data entries

93 entries across 93 versions & 1 rubygems

Version Path
appstats-0.11.7 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.11.6 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.11.5 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.11.4 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.11.3 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.11.2 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.10.0 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.9.2 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.9.1 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.9.0 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.8.3 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.8.2 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.8.1 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.8.0 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.7.0 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.6.1 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.6.0 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.4.0 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.3.1 db/migrations/20110105221941_create_appstats_entries.rb
appstats-0.1.0 db/migrations/20110105221941_create_appstats_entries.rb