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