アイコンデコレーションのカテゴリ

This commit is contained in:
mattyatea 2024-01-03 01:25:54 +09:00
parent 1c108927ea
commit 4cdf048a7c
7 changed files with 228 additions and 49 deletions

View file

@ -31,6 +31,11 @@ export class MiAvatarDecoration {
})
public description: string;
@Column('varchar', {
length: 256,
})
public category: string;
// TODO: 定期ジョブで存在しなくなったロールIDを除去するようにする
@Column('varchar', {
array: true, length: 128, default: '{}',