feat: roles_ui_schemas
This commit is contained in:
parent
fe12c67ba6
commit
ff4d3c5397
@ -49,5 +49,11 @@ export default {
|
|||||||
sourceKey: 'key',
|
sourceKey: 'key',
|
||||||
foreignKey: 'parentKey',
|
foreignKey: 'parentKey',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: 'belongsToMany',
|
||||||
|
name: 'roles',
|
||||||
|
target: 'roles',
|
||||||
|
through: 'roles_ui_schemas'
|
||||||
|
},
|
||||||
],
|
],
|
||||||
} as TableOptions;
|
} as TableOptions;
|
||||||
|
Loading…
Reference in New Issue
Block a user