Sha256: 309872b7d67fb46af2a114374867eb56245fbf8e84db49b1acb015acf82dfca5
Contents?: true
Size: 307 Bytes
Versions: 68
Compression:
Stored size: 307 Bytes
Contents
class CreateFileDownloadStats < ActiveRecord::Migration<%= migration_version %> def change create_table :file_download_stats do |t| t.datetime :date t.integer :downloads t.string :file_id t.timestamps null: false end add_index :file_download_stats, :file_id end end
Version data entries
68 entries across 68 versions & 1 rubygems