multi-store/vendor/chance-fyi/operation-log/cache/table-model-mapping.php
mkm b21bfe7657 feat(log): 添加操作日志记录功能
- 新增 ChangeLogLogic 和 ChangeLog 模型用于记录数据变更日志
- 引入 third-party 包 chance-fyi/operation-log 实现日志记录功能
- 在 composer.json 和 config/thinkorm.php 中添加相关配置
2025-01-02 11:58:30 +08:00

10 lines
154 B
PHP

<?php
return [
'database1' => [
'table1' => 'app\\model\\Table1',
'table2' => 'app\\model\\Table2',
],
'database2' => [],
];