parent
eeef3965b7
commit
04fefb2056
12 changed files with 69 additions and 131 deletions
|
|
@ -38,13 +38,6 @@ 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