class CreateExpressAnalyticsDailyStatistics < ActiveRecord::Migration def change create_table :express_analytics_daily_statistics do |t| t.date :calculated_for t.string :type t.integer :value t.timestamps null: false end end end