increments('id'); $table->string('date', 10); $table->string('platform', 50); $table->string('app_id', 64); $table->float('amount'); $table->timestamps(); $table->unique(['app_id', 'date', 'platform'], 'idx_month_appid'); }); } } }