アイコンデコレーションのカテゴリ
This commit is contained in:
parent
1c108927ea
commit
4cdf048a7c
7 changed files with 228 additions and 49 deletions
|
|
@ -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: '{}',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue