Sha256: d503a03668266d559533d59c8554e2168fccccbaf72a803b879ddd4e5aff293f
Contents?: true
Size: 271 Bytes
Versions: 6
Compression:
Stored size: 271 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
6 entries across 6 versions & 1 rubygems