Sha256: fdca8aa849b07c5e430025119daeeacf659d8cb1e21c76bb45f161a2cdc933f9
Contents?: true
Size: 384 Bytes
Versions: 12
Compression:
Stored size: 384 Bytes
Contents
class CreateWeixinReportInterfaceData < ActiveRecord::Migration def change create_table :weixin_report_interface_data do |t| t.date :ref_date t.integer :ref_hour t.integer :callback_count t.integer :fail_count t.integer :total_time_cost t.integer :max_time_cost t.integer :weixin_public_account_id t.timestamps end end end
Version data entries
12 entries across 12 versions & 1 rubygems