3 final class PhabricatorStorageSchemaSpec
4 extends PhabricatorConfigSchemaSpec
{
6 public function buildSchemata() {
12 'applied' => 'uint32',
13 'duration' => 'uint64?',
17 'columns' => array('patch'),
22 $this->buildRawSchema(
24 PhabricatorStorageManagementAPI
::TABLE_HOSTSTATE
,
26 'stateKey' => 'text128',
27 'stateValue' => 'text',
31 'columns' => array('stateKey'),