常量编辑器中的 TYPO3 常量存储在哪里?

Where are TYPO3 constants from constant editor stored?

Typo3 Backend -> Template -> Constants中有一个常量编辑器。
TYPO3在哪里保存常量?

为现有模式尝试了 fgrep -ri,以防保存到文件系统 - 没有匹配项。
尝试 MySQL 搜索现有模式,以防保存到数据库 - 没有匹配项。

目前用的是V6.2,应该无所谓。

在常量编辑器中设置的常量以TypoScript语法存储在table sys_template.

的字段constants