Sha256: f906832a39563bcfd0e7c7aad2d8e98555379f09b9de312cdd3bf18e9a3dc72a
Contents?: true
Size: 272 Bytes
Versions: 23
Compression:
Stored size: 272 Bytes
Contents
class CreateFileDownloadStats < ActiveRecord::Migration def change create_table :file_download_stats do |t| t.datetime :date t.integer :downloads t.string :file_id t.timestamps end add_index :file_download_stats, :file_id end end
Version data entries
23 entries across 23 versions & 2 rubygems