Changeset View
Changeset View
Standalone View
Standalone View
src/applications/repository/query/PhabricatorRepositoryQuery.php
| Show First 20 Lines • Show All 419 Lines • ▼ Show 20 Lines | return parent::getOrderableColumns() + array( | ||||
| 'null' => 'tail', | 'null' => 'tail', | ||||
| ), | ), | ||||
| 'callsign' => array( | 'callsign' => array( | ||||
| 'table' => 'r', | 'table' => 'r', | ||||
| 'column' => 'callsign', | 'column' => 'callsign', | ||||
| 'type' => 'string', | 'type' => 'string', | ||||
| 'unique' => true, | 'unique' => true, | ||||
| 'reverse' => true, | 'reverse' => true, | ||||
| 'null' => 'tail', | |||||
| ), | ), | ||||
| 'name' => array( | 'name' => array( | ||||
| 'table' => 'r', | 'table' => 'r', | ||||
| 'column' => 'name', | 'column' => 'name', | ||||
| 'type' => 'string', | 'type' => 'string', | ||||
| 'reverse' => true, | 'reverse' => true, | ||||
| ), | ), | ||||
| 'size' => array( | 'size' => array( | ||||
| ▲ Show 20 Lines • Show All 290 Lines • Show Last 20 Lines | |||||