使用插件中的collection创建数据表怎么在主数据源里面显示出来?或是没有这功能?

本地的 server 里

 async install() {
 const repo = this.db.getRepository<any>('collections');
 if (repo) {
 await repo.db2cm('CollectionName');
 }
 }