Page MenuHomestyx hydra

PhabricatorFactAggregate.php
No OneTemporary

PhabricatorFactAggregate.php

<?php
final class PhabricatorFactAggregate extends PhabricatorFactDAO {
protected $factType;
protected $objectPHID;
protected $valueX;
protected function getConfiguration() {
return array(
self::CONFIG_COLUMN_SCHEMA => array(
'id' => 'auto64',
'factType' => 'text32',
'valueX' => 'uint64',
),
self::CONFIG_KEY_SCHEMA => array(
'factType' => array(
'columns' => array('factType', 'objectPHID'),
'unique' => true,
),
),
) + parent::getConfiguration();
}
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Nov 15, 2:56 AM (13 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
337598
Default Alt Text
PhabricatorFactAggregate.php (560 B)

Event Timeline