This commit adds the Payment and ProxyUser entities to the database.

This commit is contained in:
Errormacr
2023-11-24 17:14:11 +03:00
parent c76c61c23c
commit f42741a481
4 changed files with 57 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { Entity, PrimaryGeneratedColumn, Column, Timestamp, OneToOne, JoinColumn } from 'typeorm';
import { Entity, PrimaryGeneratedColumn, Column, OneToOne, JoinColumn } from 'typeorm';
import { Admin } from './admin.entity';
@Entity()
export class Post {