Sha256: e8fc5a3ccfd3b5587cb4bfb9b305f6916d8a26c0893ef112c6af64fbc55f731b
Contents?: true
Size: 528 Bytes
Versions: 25
Compression:
Stored size: 528 Bytes
Contents
class CreateBuilderApmRequests < ActiveRecord::Migration[6.0] def change create_table :builder_apm_requests do |t| t.string :request_url t.string :request_method t.string :controller t.string :action t.text :params t.integer :status t.string :format t.string :file_and_line_number t.float :duration t.float :view_runtime t.float :db_runtime t.datetime :start_time t.datetime :end_time t.timestamps end end end
Version data entries
25 entries across 25 versions & 1 rubygems