This commit is contained in:
2025-11-11 10:35:58 +03:30
parent e34b93aa83
commit 5dd7a6588e
5 changed files with 15 additions and 10 deletions
@@ -2,6 +2,7 @@ import { Entity, ManyToOne, Opt, Property } from '@mikro-orm/core';
import { User } from './user.entity';
import { BaseEntity } from '../../../common/entities/base.entity';
@Entity({ tableName: 'refreshtokens' })
export class RefreshToken extends BaseEntity {
@Property({ type: 'varchar', length: 255 })