fix table name
This commit is contained in:
parent
cf15998765
commit
7ab642616f
5 changed files with 99 additions and 99 deletions
|
|
@ -2,7 +2,7 @@ import { Entity, Column, OneToMany } from "typeorm";
|
|||
import { EntityBase } from "./base/Base";
|
||||
import { AuthRoleAttr } from "./AuthRoleAttr";
|
||||
|
||||
@Entity("AuthRole")
|
||||
@Entity("authRole")
|
||||
export class AuthRole extends EntityBase {
|
||||
@Column({
|
||||
nullable: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue