feat: roles_ui_schemas

This commit is contained in:
chenos 2021-08-11 00:06:56 +08:00
parent fe12c67ba6
commit ff4d3c5397

View File

@ -49,5 +49,11 @@ export default {
sourceKey: 'key',
foreignKey: 'parentKey',
},
{
type: 'belongsToMany',
name: 'roles',
target: 'roles',
through: 'roles_ui_schemas'
},
],
} as TableOptions;