Sha256: 53a9f6a45d2543ff287ac571f7c5555af5a84231428cb0d418e9fa778c9dd759
Contents?: true
Size: 299 Bytes
Versions: 64
Compression:
Stored size: 299 Bytes
Contents
class CreateWorkViewStats < ActiveRecord::Migration<%= migration_version %> def change create_table :work_view_stats do |t| t.datetime :date t.integer :work_views t.string :work_id t.timestamps null: false end add_index :work_view_stats, :work_id end end
Version data entries
64 entries across 64 versions & 1 rubygems