parent
5b4948768a
commit
fe0f7a91a3
12 changed files with 126 additions and 69 deletions
|
|
@ -33,6 +33,13 @@ export class Announcement {
|
|||
})
|
||||
public imageUrl: string | null;
|
||||
|
||||
// UIに表示する際の並び順用(大きいほど先頭)
|
||||
@Index()
|
||||
@Column('integer', {
|
||||
default: 0,
|
||||
})
|
||||
public displayOrder: number;
|
||||
|
||||
@Index()
|
||||
@Column('varchar', {
|
||||
...id(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue