update new Entity TRX
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Entity, PrimaryGeneratedColumn, Column, CreateDateColumn, UpdateDateColumn, DeleteDateColumn } from "typeorm";
|
||||
|
||||
@Entity("trx_otp", { schema: "trx" })
|
||||
@Entity("trx_otps", { schema: "trx" })
|
||||
export class TrxOtp {
|
||||
@PrimaryGeneratedColumn("uuid")
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user