各位大佬们,我在自定义插件这个目录server\collections写了一个表结构,比如hello.ts,但是数据源connections没有这个表,显示不出

export default defineCollection({
  name: 'hello',
  fields: [
    { type: 'string', name: 'name' }

],

});

然后重启 ,数据库软件里面有我这个表,但是我想在nocobase主数据源connections里面想要这个 没有这个表,我应该怎么办啊

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