Можно забанить и разбанить разными endpoint'ами, хз насколько это надо

This commit is contained in:
Tulupov
2024-01-27 23:37:49 +03:00
parent db67834cfd
commit 8d6cf9e5e9
3 changed files with 50 additions and 1 deletions

View File

@@ -11,4 +11,7 @@ export class User {
@Column({ nullable: true })
public user_name: string;
@Column({ nullable: false , default: false})
public banned: boolean;
}