This commit is contained in:
syuilo 2023-08-15 17:38:39 +09:00
parent fd8d9f322c
commit 77e4feb507
66 changed files with 66 additions and 66 deletions

View file

@ -7,7 +7,7 @@ import { PrimaryColumn, Entity, Index, JoinColumn, Column, OneToOne } from 'type
import { id } from '../id.js';
import { MiUser } from './User.js';
@Entity()
@Entity('user_publickey')
export class MiUserPublickey {
@PrimaryColumn(id())
public userId: MiUser['id'];