修改权限字段默认长度

This commit is contained in:
cool 2024-03-08 17:04:28 +08:00
parent 2d933364f3
commit 6fc0b66c23

View File

@ -15,7 +15,7 @@ export class BaseSysMenuEntity extends BaseEntity {
@Column({ comment: '菜单地址', nullable: true }) @Column({ comment: '菜单地址', nullable: true })
router: string; router: string;
@Column({ comment: '权限标识', nullable: true }) @Column({ comment: '权限标识', type: 'text', nullable: true })
perms: string; perms: string;
@Column({ @Column({