parent
756e4eaeec
commit
8e6da3a0d9
8 changed files with 81 additions and 2 deletions
|
@ -69,6 +69,11 @@ export class Meta {
|
|||
})
|
||||
public langs: string[];
|
||||
|
||||
@Column('varchar', {
|
||||
length: 256, array: true, default: '{}'
|
||||
})
|
||||
public pinnedUsers: string[];
|
||||
|
||||
@Column('varchar', {
|
||||
length: 256, array: true, default: '{}'
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue