fix table name
This commit is contained in:
parent
cf15998765
commit
7ab642616f
5 changed files with 99 additions and 99 deletions
|
|
@ -8,7 +8,7 @@ import {
|
|||
} from "typeorm";
|
||||
import { AuthRoleAttr } from "./AuthRoleAttr";
|
||||
|
||||
@Entity("AuthSys")
|
||||
@Entity("authSys")
|
||||
export class AuthSys {
|
||||
@PrimaryColumn({
|
||||
comment: "ไอดีหลักของตาราง",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue