public static function getTableNameFromTransaction(PhabricatorApplicationTransaction $xaction) { return $xaction->getTableName() . '_comment'; }