Sha256: a23ce4405f785a2f268d6840bcf8c678cdad5970b74c08460054eb14bc09ebff
Contents?: true
Size: 326 Bytes
Versions: 42
Compression:
Stored size: 326 Bytes
Contents
class CreatePerformanceHistory < ActiveRecord::Migration<%= migration_version %> def change create_table :performance_history do |t| t.datetime :dt_stamp t.string :authority t.string :action t.integer :size_bytes t.float :load_time_ms t.float :normalization_time_ms end end end
Version data entries
42 entries across 42 versions & 1 rubygems