mirror of
https://github.com/MrSedan/neuro-reply-website.git
synced 2026-01-14 20:49:42 +03:00
This commit adds the Payment and ProxyUser entities to the database.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user