mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-09 07:29:24 +08:00
fix(mbm): issue of setting uid target key for m2m array field (#5229)
This commit is contained in:
parent
68c3d1d62a
commit
0dc10ee4aa
@ -12,6 +12,7 @@ import { BaseColumnFieldOptions, BelongsToArrayAssociation, Model, RelationField
|
||||
export const elementTypeMap = {
|
||||
nanoid: 'string',
|
||||
sequence: 'string',
|
||||
uid: 'string',
|
||||
};
|
||||
|
||||
export class BelongsToArrayField extends RelationField {
|
||||
|
Loading…
x
Reference in New Issue
Block a user